Uses of Enum
org.teavm.model.instructions.NumericOperandType
Packages that use NumericOperandType
-
Uses of NumericOperandType in org.teavm.model.emit
Methods in org.teavm.model.emit with parameters of type NumericOperandType -
Uses of NumericOperandType in org.teavm.model.instructions
Methods in org.teavm.model.instructions that return NumericOperandTypeModifier and TypeMethodDescriptionBinaryInstruction.getOperandType()NegateInstruction.getOperandType()CastNumberInstruction.getSourceType()CastNumberInstruction.getTargetType()static NumericOperandTypeReturns the enum constant of this type with the specified name.static NumericOperandType[]NumericOperandType.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 NumericOperandTypeModifier 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) voidAbstractInstructionReader.cast(VariableReader receiver, VariableReader value, NumericOperandType sourceType, NumericOperandType targetType) voidInstructionReader.cast(VariableReader receiver, VariableReader value, NumericOperandType sourceType, NumericOperandType targetType) voidAbstractInstructionReader.negate(VariableReader receiver, VariableReader operand, NumericOperandType type) voidInstructionReader.negate(VariableReader receiver, VariableReader operand, NumericOperandType type) Constructors in org.teavm.model.instructions with parameters of type NumericOperandTypeModifierConstructorDescriptionBinaryInstruction(BinaryOperation operation, NumericOperandType operandType) CastNumberInstruction(NumericOperandType sourceType, NumericOperandType targetType) NegateInstruction(NumericOperandType operandType) -
Uses of NumericOperandType in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type NumericOperandTypeModifier and TypeMethodDescriptionvoidInstructionCopyReader.binary(BinaryOperation op, VariableReader receiver, VariableReader first, VariableReader second, NumericOperandType type) voidInstructionCopyReader.cast(VariableReader receiver, VariableReader value, NumericOperandType sourceType, NumericOperandType targetType) voidInstructionCopyReader.negate(VariableReader receiver, VariableReader operand, NumericOperandType type)