Uses of Class
org.teavm.model.instructions.NumericOperandType
-
Packages that use NumericOperandType Package Description org.teavm.model.emit org.teavm.model.instructions org.teavm.model.util -
-
Uses of NumericOperandType in org.teavm.model.emit
Methods in org.teavm.model.emit with parameters of type NumericOperandType Modifier and Type Method Description ValueEmitterValueEmitter. cast(NumericOperandType to) -
Uses of NumericOperandType in org.teavm.model.instructions
Methods in org.teavm.model.instructions that return NumericOperandType Modifier and Type Method Description NumericOperandTypeBinaryInstruction. getOperandType()NumericOperandTypeNegateInstruction. getOperandType()NumericOperandTypeCastNumberInstruction. getSourceType()NumericOperandTypeCastNumberInstruction. getTargetType()static NumericOperandTypeNumericOperandType. valueOf(String name)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 NumericOperandType 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)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 NumericOperandType Constructor Description BinaryInstruction(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 NumericOperandType Modifier and Type Method Description voidInstructionCopyReader. 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)
-