Uses of Interface
org.biojava.utils.bytecode.CodeMethod
- 
Packages that use CodeMethod Package Description org.biojava.utils.bytecode A Java object-model for a Java Bytecode Macro-Assembler. - 
- 
Uses of CodeMethod in org.biojava.utils.bytecode
Classes in org.biojava.utils.bytecode that implement CodeMethod Modifier and Type Class Description classGeneratedCodeMethodA method that will be generated.Methods in org.biojava.utils.bytecode that return CodeMethod Modifier and Type Method Description static CodeMethodIntrospectedCodeClass. forMethod(Method method)CodeMethodCodeContext. getCodeMethod()Get the method which is being generated.CodeMethodCodeClass. getConstructor(CodeClass[] args)Get a constructor by argument list.CodeMethodGeneratedCodeClass. getConstructor(CodeClass[] args)CodeMethodIntrospectedCodeClass. getConstructor(CodeClass[] args)CodeMethodCodeClass. getMethod(String name, CodeClass[] args)Get a method by name and argument list.CodeMethodGeneratedCodeClass. getMethod(String name, CodeClass[] args)CodeMethodIntrospectedCodeClass. getMethod(String name, CodeClass[] args)Methods in org.biojava.utils.bytecode with parameters of type CodeMethod Modifier and Type Method Description static InstructionByteCode. make_invoke(CodeMethod cm)Make an invoke opcode that is suited to the method.static InstructionByteCode. make_invokeinterface(CodeMethod cm)static InstructionByteCode. make_invokespecial(CodeMethod cm)static InstructionByteCode. make_invokestatic(CodeMethod cm)static InstructionByteCode. make_invokevirtual(CodeMethod cm)static InstructionByteCode. make_return(CodeMethod method)A convenient one-stop method to get a return statement suitable for a method.intConstantPool. resolveInterfaceMethod(CodeMethod m)intConstantPool. resolveMethod(CodeMethod m)voidGeneratedCodeClass. setCodeGenerator(CodeMethod method, CodeGenerator cg) 
 -