Uses of Class
org.biojava.utils.bytecode.CodeField
-
Uses of CodeField in org.biojava.utils.bytecode
Methods in org.biojava.utils.bytecode that return CodeFieldModifier and TypeMethodDescriptionGeneratedCodeClass.createField(String name, CodeClass clazz, int mods) CodeClass.getFieldByName(String name) Get a field by its name.GeneratedCodeClass.getFieldByName(String name) IntrospectedCodeClass.getFieldByName(String name) Methods in org.biojava.utils.bytecode with parameters of type CodeFieldModifier and TypeMethodDescriptionstatic 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)