Uses of Class
org.biojava.utils.bytecode.GeneratedCodeMethod

Uses of GeneratedCodeMethod in org.biojava.utils.bytecode
 

Methods in org.biojava.utils.bytecode that return GeneratedCodeMethod
 GeneratedCodeMethod GeneratedCodeClass.createMethod(java.lang.String name, CodeClass type, CodeClass[] args, int mods)
          Create a new method.
 GeneratedCodeMethod GeneratedCodeClass.createMethod(java.lang.String name, CodeClass type, CodeClass[] args, java.lang.String[] argNames, int mods)
          Create a new method.