public class BranchEnd
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
branchLocation |
private boolean |
jump32Bit |
private int |
offsetLocation |
private StackFrame |
stackFrame |
Constructor and Description |
---|
BranchEnd(int branchLocation,
StackFrame stackFrame,
boolean jump32Bit,
int offsetLocation) |
BranchEnd(int branchLocation,
StackFrame stackFrame,
int offsetLocation) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getBranchLocation() |
(package private) int |
getOffsetLocation() |
(package private) StackFrame |
getStackFrame() |
(package private) boolean |
isJump32Bit() |
private final int branchLocation
private final int offsetLocation
private final StackFrame stackFrame
private final boolean jump32Bit
BranchEnd(int branchLocation, StackFrame stackFrame, int offsetLocation)
public BranchEnd(int branchLocation, StackFrame stackFrame, boolean jump32Bit, int offsetLocation)
int getBranchLocation()
StackFrame getStackFrame()
boolean isJump32Bit()
int getOffsetLocation()