Uses of Enum
org.teavm.model.instructions.BinaryOperation
Packages that use BinaryOperation
-
Uses of BinaryOperation in org.teavm.model.instructions
Methods in org.teavm.model.instructions that return BinaryOperationModifier and TypeMethodDescriptionBinaryInstruction.getOperation()static BinaryOperationReturns 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 BinaryOperationModifier and TypeMethodDescriptionvoidAbstractInstructionReader.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 BinaryOperationModifierConstructorDescriptionBinaryInstruction(BinaryOperation operation, NumericOperandType operandType) -
Uses of BinaryOperation in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type BinaryOperationModifier and TypeMethodDescriptionvoidInstructionCopyReader.binary(BinaryOperation op, VariableReader receiver, VariableReader first, VariableReader second, NumericOperandType type)