class CLBranchTarget extends Object
Modifier and Type | Field and Description |
---|---|
int |
stackDepth
Depth of stack before the target instruction is executed.
|
CLInstruction |
target
Target instruction.
|
Constructor and Description |
---|
CLBranchTarget(CLInstruction target,
int stackDepth)
Construct a CLBranchTarget object.
|
public CLInstruction target
public int stackDepth
public CLBranchTarget(CLInstruction target, int stackDepth)
target
- the target instruction.stackDepth
- depth of stack before the target instruction is executed.