Uses of Class
org.teavm.model.instructions.BinaryOperation
-
Packages that use BinaryOperation Package Description org.teavm.model.instructions org.teavm.model.util -
-
Uses of BinaryOperation in org.teavm.model.instructions
Methods in org.teavm.model.instructions that return BinaryOperation Modifier and Type Method Description BinaryOperationBinaryInstruction. getOperation()static BinaryOperationBinaryOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static BinaryOperation[]BinaryOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teavm.model.instructions with parameters of type BinaryOperation Modifier and Type Method Description voidAbstractInstructionReader. binary(BinaryOperation op, VariableReader receiver, VariableReader first, VariableReader second, NumericOperandType type)voidInstructionReader. binary(BinaryOperation op, VariableReader receiver, VariableReader first, VariableReader second, NumericOperandType type)Constructors in org.teavm.model.instructions with parameters of type BinaryOperation Constructor Description BinaryInstruction(BinaryOperation operation, NumericOperandType operandType) -
Uses of BinaryOperation in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type BinaryOperation Modifier and Type Method Description voidInstructionCopyReader. binary(BinaryOperation op, VariableReader receiver, VariableReader first, VariableReader second, NumericOperandType type)
-