Package | Description |
---|---|
org.biojava.utils.bytecode |
A Java object-model for a Java Bytecode Macro-Assembler.
|
Modifier and Type | Method and Description |
---|---|
CodeField |
GeneratedCodeClass.createField(String name,
CodeClass clazz,
int mods) |
CodeField |
IntrospectedCodeClass.getFieldByName(String name) |
CodeField |
GeneratedCodeClass.getFieldByName(String name) |
CodeField |
CodeClass.getFieldByName(String name)
Get a field by its name.
|
Modifier and Type | Method and Description |
---|---|
static Instruction |
ByteCode.make_getfield(CodeField cf) |
static Instruction |
ByteCode.make_getstatic(CodeField cf) |
static Instruction |
ByteCode.make_putfield(CodeField cf) |
static Instruction |
ByteCode.make_putstatic(CodeField cf) |
int |
ConstantPool.resolveField(CodeField f) |
Copyright © 2014 BioJava. All rights reserved.