Package org.teavm.model.instructions
Class IntegerConstantInstruction
java.lang.Object
org.teavm.model.Instruction
org.teavm.model.instructions.IntegerConstantInstruction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(InstructionVisitor visitor) intvoidsetConstant(int 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
-
IntegerConstantInstruction
public IntegerConstantInstruction()
-
-
Method Details
-
getConstant
public int getConstant() -
setConstant
public void setConstant(int constant) -
getReceiver
-
setReceiver
-
acceptVisitor
- Specified by:
acceptVisitorin classInstruction
-