Package org.teavm.model.instructions
Class LongConstantInstruction
java.lang.Object
org.teavm.model.Instruction
org.teavm.model.instructions.LongConstantInstruction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(InstructionVisitor visitor) longvoidsetConstant(long constant) voidsetReceiver(Variable receiver) Methods inherited from class org.teavm.model.Instruction
delete, getBasicBlock, getLocation, getNext, getPrevious, getProgram, insertNext, insertNextAll, insertPrevious, insertPreviousAll, replace, setLocation
-
Constructor Details
-
LongConstantInstruction
public LongConstantInstruction()
-
-
Method Details
-
getConstant
public long getConstant() -
setConstant
public void setConstant(long constant) -
getReceiver
-
setReceiver
-
acceptVisitor
- Specified by:
acceptVisitorin classInstruction
-