jef.dna.attributes
Interface SourceDebugExtensionAttribute

All Superinterfaces:
Attribute, BytesCountable, java.lang.Cloneable
All Known Implementing Classes:
SourceDebugExtension

public interface SourceDebugExtensionAttribute
extends Attribute

Author:
frusso

Method Summary
 java.lang.String getDebugExtension()
          Thedebug_extension array holds a string, which must be in UTF-8format.There is no terminating zero byte.
 void setDebugExtension(java.lang.String de)
          Thedebug_extension array holds a string, which must be in UTF-8format.There is no terminating zero byte.
 
Methods inherited from interface jef.dna.attributes.Attribute
clone, fromStream, getDna, getLength, getNameIndex, setDna, setNameIndex, toStream, updateRefs, validate
 
Methods inherited from interface jef.dna.util.BytesCountable
getBytesCount
 

Method Detail

getDebugExtension

java.lang.String getDebugExtension()
Thedebug_extension array holds a string, which must be in UTF-8format.There is no terminating zero byte. The string in the debug_extension item will be interpreted as extended debugging information. The content of this string has no semantic effect on the Java Virtual Machine.


setDebugExtension

void setDebugExtension(java.lang.String de)
Thedebug_extension array holds a string, which must be in UTF-8format.There is no terminating zero byte. The string in the debug_extension item will be interpreted as extended debugging information. The content of this string has no semantic effect on the Java Virtual Machine.