Class ASTORE
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.ASTORE
- All Implemented Interfaces:
- Serializable
ASTORE -Store reference into local variable. For more information see the Java VM
 specification.
- See Also:
- 
Field SummaryFieldsFields inherited from class de.uzl.its.swat.symbolic.instruction.Instructioniid, mid
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class de.uzl.its.swat.symbolic.instruction.InstructiongenericToString
- 
Field Details- 
varpublic int var
 
- 
- 
Constructor Details- 
ASTOREpublic ASTORE(int iid, int mid, int var) Creates a new ASTORE instruction.- Parameters:
- iid- instruction id.
- mid- method id.
- var- index of the local variable where the reference is stored.
 
 
- 
- 
Method Details- 
acceptAccept method for the visitor.- Specified by:
- acceptin class- Instruction
- Parameters:
- visitor- the visitor
 
- 
toStringReturns the string representation of the instruction.
 
-