Uses of Interface
org.biojava.utils.bytecode.CodeContext
-
Packages that use CodeContext Package Description org.biojava.utils.bytecode A Java object-model for a Java Bytecode Macro-Assembler. -
-
Uses of CodeContext in org.biojava.utils.bytecode
Methods in org.biojava.utils.bytecode that return CodeContext Modifier and Type Method Description CodeContextCodeContext. subContext()Open a sub context.Methods in org.biojava.utils.bytecode with parameters of type CodeContext Modifier and Type Method Description voidCodeGenerator. writeCode(CodeContext ctx)Write the byte or bytes for this CodeGenerator to a CodeContext.voidIfExpression. writeCode(CodeContext ctx)voidInstructionVector. writeCode(CodeContext ctx)voidLabel. writeCode(CodeContext ctx)voidMarkLabel. writeCode(CodeContext ctx)
-