| Package | Description |
|---|---|
| serp.bytecode |
Bytecode Manipuation
|
| Modifier and Type | Class and Description |
|---|---|
class |
GetFieldInstruction
Loads a value from a field onto the stack.
|
class |
PutFieldInstruction
Stores a value from the stack into a field.
|
| Modifier and Type | Method and Description |
|---|---|
FieldInstruction |
FieldInstruction.setField(BCClass dec,
java.lang.String name,
BCClass type)
Set the field this instruction operates on.
|
FieldInstruction |
FieldInstruction.setField(BCField field)
Set the field this instruction operates on.
|
FieldInstruction |
FieldInstruction.setField(java.lang.Class dec,
java.lang.String name,
java.lang.Class type)
Set the field this instruction operates on.
|
FieldInstruction |
FieldInstruction.setField(java.lang.reflect.Field field)
Set the field this instruction operates on.
|
FieldInstruction |
FieldInstruction.setField(java.lang.String name,
BCClass type)
Set the field this instruction operates on, for fields that are
declared by the current class.
|
FieldInstruction |
FieldInstruction.setField(java.lang.String name,
java.lang.Class type)
Set the field this instruction operates on, for fields that are
declared by the current class.
|
FieldInstruction |
FieldInstruction.setField(java.lang.String name,
java.lang.String type)
Set the field this instruction operates on, for fields that are
declared by the current class.
|
FieldInstruction |
FieldInstruction.setField(java.lang.String dec,
java.lang.String name,
java.lang.String type)
Set the field this instruction operates on.
|
FieldInstruction |
FieldInstruction.setFieldDeclarer(BCClass type)
Set the declaring class of the field this instruction operates on.
|
FieldInstruction |
FieldInstruction.setFieldDeclarer(java.lang.Class type)
Set the declaring class of the field this instruction operates on.
|
FieldInstruction |
FieldInstruction.setFieldDeclarer(java.lang.String type)
Set the declaring class of the field this instruction operates on.
|
FieldInstruction |
FieldInstruction.setFieldIndex(int index)
Set the index in the class
ConstantPool of the
ComplexEntry describing the field to operate on. |
FieldInstruction |
FieldInstruction.setFieldName(java.lang.String name)
Set the name of the field this instruction operates on.
|
FieldInstruction |
FieldInstruction.setFieldType(BCClass type)
Set the type of the field this instruction operates on.
|
FieldInstruction |
FieldInstruction.setFieldType(java.lang.Class type)
Set the type of the field this instruction operates on.
|
FieldInstruction |
FieldInstruction.setFieldType(java.lang.String type)
Set the type of the field this instruction operates on.
|
Copyright © 2002-2013. All Rights Reserved.