Uses of Enum
org.jruby.ir.operands.TemporaryVariableType
Packages that use TemporaryVariableType
Package
Description
-
Uses of TemporaryVariableType in org.jruby.ir.dataflow.analyses
Methods in org.jruby.ir.dataflow.analyses with parameters of type TemporaryVariableTypeModifier and TypeMethodDescriptionprivate booleanUnboxableOpsAnalysisNode.matchingTypes(Class c, TemporaryVariableType t) -
Uses of TemporaryVariableType in org.jruby.ir.interpreter
Methods in org.jruby.ir.interpreter with parameters of type TemporaryVariableTypeModifier and TypeMethodDescriptionFullInterpreterContext.getNewTemporaryVariable(TemporaryVariableType type) -
Uses of TemporaryVariableType in org.jruby.ir.operands
Fields in org.jruby.ir.operands declared as TemporaryVariableTypeModifier and TypeFieldDescriptionprivate static final TemporaryVariableType[]TemporaryVariableType.VALUESMethods in org.jruby.ir.operands that return TemporaryVariableTypeModifier and TypeMethodDescriptionstatic TemporaryVariableTypeTemporaryVariableType.fromOrdinal(int ordinal) TemporaryBooleanVariable.getType()TemporaryClosureVariable.getType()TemporaryCurrentModuleVariable.getType()TemporaryFixnumVariable.getType()TemporaryFloatVariable.getType()TemporaryLocalVariable.getType()abstract TemporaryVariableTypeTemporaryVariable.getType()Differentiates between different types of TemporaryVariables (useful for switch and persistence).static TemporaryVariableTypeReturns the enum constant of this type with the specified name.static TemporaryVariableType[]TemporaryVariableType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TemporaryVariableType in org.jruby.ir.persistence
Methods in org.jruby.ir.persistence that return TemporaryVariableTypeModifier and TypeMethodDescriptionIRReaderDecoder.decodeTemporaryVariableType()IRReaderStream.decodeTemporaryVariableType()