Class LDC_String
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.LDC_String
- All Implemented Interfaces:
Serializable
LDC(_String) - Push item from run-time constant pool. LDC instructions are handled based on the
datatype to load. 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
ConstructorDescriptionLDC_String
(int iid, int mid, String c, int address) Creates a new LDC_String instruction. -
Method Summary
Methods inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
genericToString
-
Field Details
-
c
-
address
public int address
-
-
Constructor Details
-
LDC_String
Creates a new LDC_String instruction.- Parameters:
iid
- instruction id.mid
- method id.c
- the value to loadaddress
- the address of the object
-
-
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.
-