Package org.teavm.model.instructions
Class BinaryInstruction
java.lang.Object
org.teavm.model.Instruction
org.teavm.model.instructions.BinaryInstruction
-
Constructor Summary
ConstructorsConstructorDescriptionBinaryInstruction(BinaryOperation operation, NumericOperandType operandType) -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(InstructionVisitor visitor) voidsetFirstOperand(Variable firstOperand) voidsetReceiver(Variable receiver) voidsetSecondOperand(Variable secondOperand) Methods inherited from class org.teavm.model.Instruction
delete, getBasicBlock, getLocation, getNext, getPrevious, getProgram, insertNext, insertNextAll, insertPrevious, insertPreviousAll, replace, setLocation
-
Constructor Details
-
BinaryInstruction
-
-
Method Details
-
getReceiver
-
setReceiver
-
getFirstOperand
-
setFirstOperand
-
getSecondOperand
-
setSecondOperand
-
getOperandType
-
getOperation
-
acceptVisitor
- Specified by:
acceptVisitorin classInstruction
-