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 CastIntegerDirection
Returns 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 TypeMethodDescriptionvoid
AbstractInstructionReader.cast(VariableReader receiver, VariableReader value, IntegerSubtype type, CastIntegerDirection targetType)
void
InstructionReader.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 TypeMethodDescriptionvoid
InstructionCopyReader.cast(VariableReader receiver, VariableReader value, IntegerSubtype type, CastIntegerDirection dir)