java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.ECompiler.CompiledField
Enclosing class:
ECompiler

public static class ECompiler.CompiledField extends Object
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

      public String getName()
    • getType

      public INativeType getType()
    • getSize

      public int getSize()
    • getBytes

      public byte[] getBytes()
    • getNameOfImport

      public String getNameOfImport()
    • getTypeOfImport

      public INativeType getTypeOfImport()
    • getStringValue

      public String getStringValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object