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 voidaddSubState(ConstructState opState)java.lang.StringdumpConstructorTree()Used for testing and diagnostics: list the constructor line numbers used to resolve this encoding This includes braces to describe the tree structureConstructorgetConstructor()intgetLength()intgetOffset()ConstructStategetParent()ConstructStategetSubState(int index)inthashCode() 
 - 
 
- 
- 
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:
 hashCodein 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()
 
 - 
 
 -