Uses of Class
jellyj.classfile.classgen.BranchHandle

Packages that use BranchHandle
jellyj.classfile.classgen 
jellyj.syntaxtree 

Uses of BranchHandle in jellyj.classfile.classgen
 

Methods in jellyj.classfile.classgen that return BranchHandle
final BranchHandleInstructionList.append(BranchInstruction i)
          Append a branch instruction to the end of this list.
final BranchHandleInstructionList.insert(BranchInstruction i)
          Insert a branch instruction at start of this list.
 

Uses of BranchHandle in jellyj.syntaxtree
 

Methods in jellyj.syntaxtree that return BranchHandle
BranchHandleAndExpNode.translateSynthesized(ClassGen classGen, MethodGen methodGen)
          
BranchHandleArrayExpNode.translateSynthesized(ClassGen classGen, MethodGen methodGen)
          
BranchHandleAssignmentNode.translateSynthesized(ClassGen classGen, MethodGen methodGen)
          
BranchHandleBooleanLiteral.translateSynthesized(ClassGen classGen, MethodGen methodGen)
          
BranchHandleExclusiveOrExpNode.translateSynthesized(ClassGen classGen, MethodGen methodGen)
          
BranchHandleExpressionNode.synthesize(ClassGen classGen, MethodGen methodGen)
          Synthesize a boolean expression, i.e., either push a 0 or 1 onto the operand stack for the next statement to succeed.
BranchHandleExpressionNode.translateSynthesized(ClassGen classGen, MethodGen methodGen)
          First translate the expression and then synthesize it.
BranchHandleFieldExpNode.translateSynthesized(ClassGen classGen, MethodGen methodGen)
          
BranchHandleInclusiveOrExpNode.translateSynthesized(ClassGen classGen, MethodGen methodGen)
          
BranchHandleMethodExpNode.translateSynthesized(ClassGen classGen, MethodGen methodGen)
          
BranchHandleVariableExpNode.translateSynthesized(ClassGen classGen, MethodGen methodGen)