public static class

EIRCompiler.CompiledField

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.EIRCompiler.CompiledField

Summary

Public Constructors
CompiledField()
Public Methods
long getAddress()
byte[] getBytes()
String getName()
String getNameOfImport()
int getSize()
String getStringValue()
INativeType getType()
INativeType getTypeOfImport()
boolean isImportedVariable()
boolean isRawBytes()
not a field!
boolean isRegularVariable()
boolean isStringVariable()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CompiledField ()

Public Methods

public long getAddress ()

public byte[] getBytes ()

public String getName ()

public String getNameOfImport ()

public int getSize ()

public String getStringValue ()

public INativeType getType ()

public INativeType getTypeOfImport ()

public boolean isImportedVariable ()

public boolean isRawBytes ()

not a field!

public boolean isRegularVariable ()

public boolean isStringVariable ()

public String toString ()