Uses of Class
org.teavm.model.instructions.IntegerSubtype
-
Packages that use IntegerSubtype Package Description org.teavm.model.emit org.teavm.model.instructions org.teavm.model.util -
-
Uses of IntegerSubtype in org.teavm.model.emit
Methods in org.teavm.model.emit with parameters of type IntegerSubtype Modifier and Type Method Description ValueEmitterValueEmitter. castFromInteger(IntegerSubtype subtype)ValueEmitterValueEmitter. castToInteger(IntegerSubtype subtype) -
Uses of IntegerSubtype in org.teavm.model.instructions
Methods in org.teavm.model.instructions that return IntegerSubtype Modifier and Type Method Description IntegerSubtypeCastIntegerInstruction. getTargetType()static IntegerSubtypeIntegerSubtype. valueOf(String name)Returns 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 IntegerSubtype Modifier and Type Method Description voidAbstractInstructionReader. 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 IntegerSubtype Constructor Description CastIntegerInstruction(IntegerSubtype targetType, CastIntegerDirection direction) -
Uses of IntegerSubtype in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type IntegerSubtype Modifier and Type Method Description voidInstructionCopyReader. cast(VariableReader receiver, VariableReader value, IntegerSubtype type, CastIntegerDirection dir)
-