Uses of Enum
org.teavm.model.instructions.CastIntegerDirection
Packages that use CastIntegerDirection
-
Uses of CastIntegerDirection in org.teavm.model.instructions
Methods in org.teavm.model.instructions that return CastIntegerDirectionModifier and TypeMethodDescriptionCastIntegerInstruction.getDirection()static CastIntegerDirectionReturns the enum constant of this type with the specified name.static CastIntegerDirection[]CastIntegerDirection.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 CastIntegerDirectionModifier 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 CastIntegerDirectionModifierConstructorDescriptionCastIntegerInstruction(IntegerSubtype targetType, CastIntegerDirection direction) -
Uses of CastIntegerDirection in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type CastIntegerDirectionModifier and TypeMethodDescriptionvoidInstructionCopyReader.cast(VariableReader receiver, VariableReader value, IntegerSubtype type, CastIntegerDirection dir)