Uses of Class
serp.bytecode.FieldInstruction
Packages that use FieldInstruction
-
Uses of FieldInstruction in serp.bytecode
Subclasses of FieldInstruction in serp.bytecodeModifier and TypeClassDescriptionclass
Loads a value from a field onto the stack.class
Stores a value from the stack into a field.Methods in serp.bytecode that return FieldInstructionModifier and TypeMethodDescriptionSet the field this instruction operates on.Set the field this instruction operates on.Set the field this instruction operates on, for fields that are declared by the current class.Set the field this instruction operates on, for fields that are declared by the current class.Set the field this instruction operates on.Set the field this instruction operates on, for fields that are declared by the current class.Set the field this instruction operates on.Set the field this instruction operates on.FieldInstruction.setFieldDeclarer
(Class type) Set the declaring class of the field this instruction operates on.FieldInstruction.setFieldDeclarer
(String type) Set the declaring class of the field this instruction operates on.FieldInstruction.setFieldDeclarer
(BCClass type) Set the declaring class of the field this instruction operates on.FieldInstruction.setFieldIndex
(int index) Set the index in the classConstantPool
of theComplexEntry
describing the field to operate on.FieldInstruction.setFieldName
(String name) Set the name of the field this instruction operates on.FieldInstruction.setFieldType
(Class type) Set the type of the field this instruction operates on.FieldInstruction.setFieldType
(String type) Set the type of the field this instruction operates on.FieldInstruction.setFieldType
(BCClass type) Set the type of the field this instruction operates on.