Class PUTSTATIC
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.PUTSTATIC
- All Implemented Interfaces:
- Serializable
PUTSTATIC - Set static field in class. 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- 
cIdxpublic int cIdx
- 
fIdxpublic int fIdx
- 
desc
 
- 
- 
Constructor Details- 
PUTSTATICCreates a new PUTSTATIC instruction.- Parameters:
- iid- instruction id.
- mid- method id.
- cIdx- class index.
- fIdx- field index.
- desc- field descriptor.
 
 
- 
- 
Method Details- 
acceptAccept method for the visitor.- Specified by:
- acceptin class- Instruction
- Parameters:
- visitor- the visitor
 
- 
toStringReturns the string representation of the instruction.
 
-