Uses of Class
org.biojava.utils.bytecode.GeneratedCodeMethod
Packages that use GeneratedCodeMethod
Package
Description
A Java object-model for a Java Bytecode Macro-Assembler.
-
Uses of GeneratedCodeMethod in org.biojava.utils.bytecode
Methods in org.biojava.utils.bytecode that return GeneratedCodeMethodModifier and TypeMethodDescriptionGeneratedCodeClass.createMethod
(String name, CodeClass type, CodeClass[] args, int mods) Create a new method.GeneratedCodeClass.createMethod
(String name, CodeClass type, CodeClass[] args, String[] argNames, int mods) Create a new method.