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 BinaryOperation
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 BinaryOperationModifier and TypeMethodDescriptionvoid
AbstractInstructionReader.binary(BinaryOperation op, VariableReader receiver, VariableReader first, VariableReader second, NumericOperandType type)
void
InstructionReader.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 TypeMethodDescriptionvoid
InstructionCopyReader.binary(BinaryOperation op, VariableReader receiver, VariableReader first, VariableReader second, NumericOperandType type)