Class ARRAYLENGTH
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.ARRAYLENGTH
- All Implemented Interfaces:
- Serializable
ARRAYLENGTH - Get length of array. For more information see the Java
 VM specification.
- See Also:
- 
Field SummaryFields 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
- 
Constructor Details- 
ARRAYLENGTHpublic ARRAYLENGTH(int iid, int mid) Creates a new ARRAYLENGTH instruction.- Parameters:
- iid- instruction id.
- mid- method id.
 
 
- 
- 
Method Details- 
acceptAccept method for the visitor.- Specified by:
- acceptin class- Instruction
- Parameters:
- visitor- the visitor
 
- 
toStringReturns the string representation of the instruction.
 
-