|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectserp.bytecode.Instruction
serp.bytecode.FieldInstruction
serp.bytecode.PutFieldInstruction
public class PutFieldInstruction
Stores a value from the stack into a field.
| Method Summary | |
|---|---|
void |
acceptVisit(BCVisitor visit)
Accept a visit from a BCVisitor, calling the appropriate methods
to notify the visitor that it has entered this entity, and
to provide it with the proper callbacks for each sub-entity owned
by this one. |
int |
getLogicalStackChange()
Return the logical number of stack positions changed by this instruction. |
int |
getStackChange()
Return the number of stack positions this instruction pushes or pops during its execution. |
| Methods inherited from class serp.bytecode.FieldInstruction |
|---|
equalsInstruction, getField, getFieldDeclarerBC, getFieldDeclarerName, getFieldDeclarerType, getFieldIndex, getFieldName, getFieldType, getFieldTypeBC, getFieldTypeName, setField, setField, setField, setField, setField, setField, setField, setField, setFieldDeclarer, setFieldDeclarer, setFieldDeclarer, setFieldIndex, setFieldName, setFieldType, setFieldType, setFieldType |
| Methods inherited from class serp.bytecode.Instruction |
|---|
getByteIndex, getClassLoader, getCode, getLineNumber, getName, getOpcode, getPool, getProject, isValid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getLogicalStackChange()
Instruction
getLogicalStackChange in class Instructionpublic int getStackChange()
Instruction
getStackChange in class Instructionpublic void acceptVisit(BCVisitor visit)
VisitAcceptorBCVisitor, calling the appropriate methods
to notify the visitor that it has entered this entity, and
to provide it with the proper callbacks for each sub-entity owned
by this one.
acceptVisit in interface VisitAcceptoracceptVisit in class Instruction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||