Class FCONST_1
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.FCONST_1
- All Implemented Interfaces:
- Serializable
FCONST_1 - Push float (1.0f). 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- 
FCONST_1public FCONST_1(int iid, int mid) Creates a new FCONST_1 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.
 
-