Class ConstructState
- java.lang.Object
-
- ghidra.app.plugin.processors.sleigh.ConstructState
-
public class ConstructState extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConstructState(ConstructState parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSubState(ConstructState opState)
java.lang.String
dumpConstructorTree()
Used for testing and diagnostics: list the constructor line numbers used to resolve this encoding This includes braces to describe the tree structureConstructor
getConstructor()
int
getLength()
int
getOffset()
ConstructState
getParent()
ConstructState
getSubState(int index)
int
hashCode()
-
-
-
Constructor Detail
-
ConstructState
public ConstructState(ConstructState parent)
-
-
Method Detail
-
getSubState
public ConstructState getSubState(int index)
-
addSubState
public void addSubState(ConstructState opState)
-
getParent
public ConstructState getParent()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getConstructor
public Constructor getConstructor()
-
getLength
public int getLength()
-
getOffset
public int getOffset()
-
dumpConstructorTree
public java.lang.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:
AssemblyResolvedConstructor.dumpConstructorTree()
-
-