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 NumericOperandType
Returns 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 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)
void
AbstractInstructionReader.cast(VariableReader receiver, VariableReader value, NumericOperandType sourceType, NumericOperandType targetType)
void
InstructionReader.cast(VariableReader receiver, VariableReader value, NumericOperandType sourceType, NumericOperandType targetType)
void
AbstractInstructionReader.negate(VariableReader receiver, VariableReader operand, NumericOperandType type)
void
InstructionReader.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 TypeMethodDescriptionvoid
InstructionCopyReader.binary(BinaryOperation op, VariableReader receiver, VariableReader first, VariableReader second, NumericOperandType type)
void
InstructionCopyReader.cast(VariableReader receiver, VariableReader value, NumericOperandType sourceType, NumericOperandType targetType)
void
InstructionCopyReader.negate(VariableReader receiver, VariableReader operand, NumericOperandType type)