Class ConstructState

java.lang.Object
ghidra.app.plugin.processors.sleigh.ConstructState

public class ConstructState extends Object
  • Constructor Details

  • Method Details

    • getSubState

      public ConstructState getSubState(int index)
    • getNumSubStates

      public int getNumSubStates()
    • getParent

      public ConstructState getParent()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getConstructor

      public Constructor getConstructor()
    • getLength

      public int getLength()
    • getOffset

      public int getOffset()
    • dumpConstructorTree

      public String dumpConstructorTree()
      Used for testing and diagnostics: list the constructor line numbers used to resolve this encoding This includes braces to describe the tree structure
      Returns:
      the constructor tree
      See Also: