Class ConstructorInfo
java.lang.Object
ghidra.app.plugin.processors.generic.ConstructorInfo
Structure for collecting cached information about an instruction
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
RETURN
public static final int RETURN- See Also:
-
CALL_INDIRECT
public static final int CALL_INDIRECT- See Also:
-
BRANCH_INDIRECT
public static final int BRANCH_INDIRECT- See Also:
-
CALL
public static final int CALL- See Also:
-
JUMPOUT
public static final int JUMPOUT- See Also:
-
NO_FALLTHRU
public static final int NO_FALLTHRU- See Also:
-
BRANCH_TO_END
public static final int BRANCH_TO_END- See Also:
-
-
Constructor Details
-
ConstructorInfo
public ConstructorInfo(int ln, int fl)
-
-
Method Details
-
getFlowFlags
public int getFlowFlags() -
getLength
public int getLength() -
addLength
public void addLength(int l)
-