Uses of Interface
org.biojava.utils.bytecode.CodeGenerator
-
Uses of CodeGenerator in org.biojava.utils.bytecode
Subinterfaces of CodeGenerator in org.biojava.utils.bytecodeModifier and TypeInterfaceDescriptioninterfaceBase class for java bytecode instructions.interfaceinterfaceClasses in org.biojava.utils.bytecode that implement CodeGeneratorModifier and TypeClassDescriptionclassA CodeGenerator that provides something semanticaly identical to if.classA list of Instructions and/or other CodeGenerator objects.classA Label used to mark a position in byte code.classA CodeGenerator that just marks a label that can be used for jumps.Fields in org.biojava.utils.bytecode declared as CodeGeneratorMethods in org.biojava.utils.bytecode that return CodeGeneratorModifier and TypeMethodDescriptionInstructionVector.generatorAt(int pos) IfExpression.getIfFalse()IfExpression.getIfTrue()static CodeGeneratorByteCode.make_markLabel(Label lab) static CodeGeneratorByteCode.make_synchronizedBlock(CodeGenerator code) Synchronize the processing of an entire block of code on the object on the top of the stack.static CodeGeneratorByteCode.make_synchronizedBlock(LocalVariable lockVar, CodeGenerator code) Synchronize the processing of an entire block of code on a local variable.Methods in org.biojava.utils.bytecode with parameters of type CodeGeneratorModifier and TypeMethodDescriptionvoidInstructionVector.add(int pos, CodeGenerator g) voidInstructionVector.add(CodeGenerator g) static CodeGeneratorByteCode.make_synchronizedBlock(CodeGenerator code) Synchronize the processing of an entire block of code on the object on the top of the stack.static CodeGeneratorByteCode.make_synchronizedBlock(LocalVariable lockVar, CodeGenerator code) Synchronize the processing of an entire block of code on a local variable.voidGeneratedCodeClass.setCodeGenerator(CodeMethod method, CodeGenerator cg) Constructors in org.biojava.utils.bytecode with parameters of type CodeGeneratorModifierConstructorDescriptionIfExpression(byte ifInstruction, CodeGenerator ifTrue, CodeGenerator ifFalse)