public class GetFieldInstruction extends FieldInstruction
Modifier and Type | Method and Description |
---|---|
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.
|
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
getByteIndex, getClassLoader, getCode, getLineNumber, getName, getOpcode, getPool, getProject, isValid
public int getLogicalStackChange()
Instruction
getLogicalStackChange
in class Instruction
public int getStackChange()
Instruction
getStackChange
in class Instruction
public void acceptVisit(BCVisitor visit)
VisitAcceptor
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.acceptVisit
in interface VisitAcceptor
acceptVisit
in class Instruction
Copyright © 2002–2019. All rights reserved.