Uses of Enum
org.teavm.model.instructions.IntegerSubtype
Packages that use IntegerSubtype
-
Uses of IntegerSubtype in org.teavm.model.emit
Methods in org.teavm.model.emit with parameters of type IntegerSubtypeModifier and TypeMethodDescriptionValueEmitter.castFromInteger(IntegerSubtype subtype) ValueEmitter.castToInteger(IntegerSubtype subtype) -
Uses of IntegerSubtype in org.teavm.model.instructions
Methods in org.teavm.model.instructions that return IntegerSubtypeModifier and TypeMethodDescriptionCastIntegerInstruction.getTargetType()static IntegerSubtypeReturns the enum constant of this type with the specified name.static IntegerSubtype[]IntegerSubtype.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 IntegerSubtypeModifier and TypeMethodDescriptionvoidAbstractInstructionReader.cast(VariableReader receiver, VariableReader value, IntegerSubtype type, CastIntegerDirection targetType) voidInstructionReader.cast(VariableReader receiver, VariableReader value, IntegerSubtype type, CastIntegerDirection targetType) Constructors in org.teavm.model.instructions with parameters of type IntegerSubtypeModifierConstructorDescriptionCastIntegerInstruction(IntegerSubtype targetType, CastIntegerDirection direction) -
Uses of IntegerSubtype in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type IntegerSubtypeModifier and TypeMethodDescriptionvoidInstructionCopyReader.cast(VariableReader receiver, VariableReader value, IntegerSubtype type, CastIntegerDirection dir)