Uses of Class
org.biojava.utils.bytecode.CodeField
-
Packages that use CodeField Package Description org.biojava.utils.bytecode A Java object-model for a Java Bytecode Macro-Assembler. -
-
Uses of CodeField in org.biojava.utils.bytecode
Methods in org.biojava.utils.bytecode that return CodeField Modifier and Type Method Description CodeFieldGeneratedCodeClass. createField(String name, CodeClass clazz, int mods)CodeFieldCodeClass. getFieldByName(String name)Get a field by its name.CodeFieldGeneratedCodeClass. getFieldByName(String name)CodeFieldIntrospectedCodeClass. getFieldByName(String name)Methods in org.biojava.utils.bytecode with parameters of type CodeField Modifier and Type Method Description static InstructionByteCode. make_getfield(CodeField cf)static InstructionByteCode. make_getstatic(CodeField cf)static InstructionByteCode. make_putfield(CodeField cf)static InstructionByteCode. make_putstatic(CodeField cf)intConstantPool. resolveField(CodeField f)
-