Uses of Class
org.teavm.model.instructions.CastIntegerDirection
-
Packages that use CastIntegerDirection Package Description org.teavm.model.instructions org.teavm.model.util -
-
Uses of CastIntegerDirection in org.teavm.model.instructions
Methods in org.teavm.model.instructions that return CastIntegerDirection Modifier and Type Method Description CastIntegerDirectionCastIntegerInstruction. getDirection()static CastIntegerDirectionCastIntegerDirection. valueOf(String name)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 CastIntegerDirection 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 CastIntegerDirection Constructor Description CastIntegerInstruction(IntegerSubtype targetType, CastIntegerDirection direction) -
Uses of CastIntegerDirection in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type CastIntegerDirection Modifier and Type Method Description voidInstructionCopyReader. cast(VariableReader receiver, VariableReader value, IntegerSubtype type, CastIntegerDirection dir)
-