Class INVOKEVIRTUAL
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.INVOKEVIRTUAL
- All Implemented Interfaces:
- Serializable
INVOKEVIRTUAL - Invoke instance method; dispatch based on 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 SummaryConstructorsConstructorDescriptionINVOKEVIRTUAL(int iid, int mid, String owner, String name, String desc) Creates a new INVOKESPECIAL instruction.
- 
Method SummaryMethods inherited from class de.uzl.its.swat.symbolic.instruction.InstructiongenericToString
- 
Field Details- 
owner
- 
name
- 
desc
 
- 
- 
Constructor Details- 
INVOKEVIRTUALCreates a new INVOKESPECIAL instruction.- Parameters:
- iid- instruction id.
- mid- method id.
- owner- the owner of the method
- name- the name of the method
- desc- the descriptor of the method
 
 
- 
- 
Method Details- 
acceptAccept method for the visitor.- Specified by:
- acceptin class- Instruction
- Parameters:
- visitor- the visitor
 
- 
toStringReturns the string representation of the instruction.
 
-