Class LDC_double
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.LDC_double
- All Implemented Interfaces:
- Serializable
LDC(_double) - 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 SummaryFieldsFields inherited from class de.uzl.its.swat.symbolic.instruction.Instructioniid, mid
- 
Constructor SummaryConstructorsConstructorDescriptionLDC_double(int iid, int mid, double c) Creates a new LDC_double instruction.
- 
Method SummaryMethods inherited from class de.uzl.its.swat.symbolic.instruction.InstructiongenericToString
- 
Field Details- 
cpublic double c
 
- 
- 
Constructor Details- 
LDC_doublepublic LDC_double(int iid, int mid, double c) Creates a new LDC_double instruction.- Parameters:
- iid- instruction id.
- mid- method id.
- c- the value to load
 
 
- 
- 
Method Details- 
acceptAccept method for the visitor.- Specified by:
- acceptin class- Instruction
- Parameters:
- visitor- the visitor
 
- 
toStringReturns the string representation of the instruction.
 
-