Class ConstructorInfo
- java.lang.Object
 - 
- ghidra.app.plugin.processors.generic.ConstructorInfo
 
 
- 
public class ConstructorInfo extends java.lang.ObjectStructure for collecting cached information about an instruction 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intBRANCH_INDIRECTstatic intBRANCH_TO_ENDstatic intCALLstatic intCALL_INDIRECTstatic intJUMPOUTstatic intNO_FALLTHRUstatic intRETURN 
- 
Constructor Summary
Constructors Constructor Description ConstructorInfo(int ln, int fl) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLength(int l)intgetFlowFlags()intgetLength() 
 - 
 
- 
- 
Field Detail
- 
RETURN
public static final int RETURN
- See Also:
 - Constant Field Values
 
 
- 
CALL_INDIRECT
public static final int CALL_INDIRECT
- See Also:
 - Constant Field Values
 
 
- 
BRANCH_INDIRECT
public static final int BRANCH_INDIRECT
- See Also:
 - Constant Field Values
 
 
- 
CALL
public static final int CALL
- See Also:
 - Constant Field Values
 
 
- 
JUMPOUT
public static final int JUMPOUT
- See Also:
 - Constant Field Values
 
 
- 
NO_FALLTHRU
public static final int NO_FALLTHRU
- See Also:
 - Constant Field Values
 
 
- 
BRANCH_TO_END
public static final int BRANCH_TO_END
- See Also:
 - Constant Field Values
 
 
 - 
 
 -