Class ECompiler.CompiledField
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.ECompiler.CompiledField
- Enclosing class:
- ECompiler
A compiled field.
-
Constructor Details
-
CompiledField
public CompiledField()
-
-
Method Details
-
isRawBytes
public boolean isRawBytes()not a field! -
isRegularVariable
public boolean isRegularVariable() -
isStringVariable
public boolean isStringVariable() -
isImportedVariable
public boolean isImportedVariable() -
getAddress
public long getAddress() -
getName
-
getType
-
getSize
public int getSize() -
getBytes
public byte[] getBytes() -
getNameOfImport
-
getTypeOfImport
-
getStringValue
-
toString
-