Class INVOKESTATIC
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.INVOKESTATIC
- All Implemented Interfaces:
Serializable
INVOKESTATIC - Invoke a class (static) method. For more information see the Java
VM specification.
- See Also:
-
Field Summary
Fields inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
iid, mid
-
Constructor Summary
ConstructorDescriptionINVOKESTATIC
(int iid, int mid, String owner, String name, String desc) Creates a new INVOKESPECIAL instruction. -
Method Summary
Methods inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
genericToString
-
Field Details
-
owner
-
name
-
desc
-
-
Constructor Details
-
INVOKESTATIC
Creates a new INVOKESPECIAL instruction.- Parameters:
iid
- instruction id.mid
- method id.owner
- the owner of the methodname
- the name of the methoddesc
- the descriptor of the method
-
-
Method Details
-
accept
Accept method for the visitor.- Specified by:
accept
in classInstruction
- Parameters:
visitor
- the visitor
-
toString
Returns the string representation of the instruction.
-