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,
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.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(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.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.setFieldDeclarer(BCClass type) |
Set the declaring class of the field this instruction operates on.
|
FieldInstruction |
FieldInstruction.setFieldIndex(int index) |
|
FieldInstruction |
FieldInstruction.setFieldName(java.lang.String name) |
Set the name 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.
|
FieldInstruction |
FieldInstruction.setFieldType(BCClass type) |
Set the type of the field this instruction operates on.
|