Package jminusminus
Class CLBranchTarget
java.lang.Object
jminusminus.CLBranchTarget
Instances of this class form the elements of the CLBranchStack which is used for control flow
 analysis to compute maximum depth of operand stack for a method.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintDepth of stack before the target instruction is executed.Target instruction.
- 
Constructor SummaryConstructorsConstructorDescriptionCLBranchTarget(CLInstruction target, int stackDepth) Constructs a CLBranchTarget object.
- 
Method Summary
- 
Field Details- 
targetTarget instruction.
- 
stackDepthpublic int stackDepthDepth of stack before the target instruction is executed.
 
- 
- 
Constructor Details- 
CLBranchTargetConstructs a CLBranchTarget object.- Parameters:
- target- the target instruction.
- stackDepth- depth of stack before the target instruction is executed.
 
 
-