Uses of Enum
org.jruby.ir.IRScopeType
Packages that use IRScopeType
-
Uses of IRScopeType in org.jruby.ir
Fields in org.jruby.ir declared as IRScopeTypeMethods in org.jruby.ir that return IRScopeTypeModifier and TypeMethodDescriptionstatic IRScopeTypeIRScopeType.fromOrdinal(int ordinal) IRClassBody.getScopeType()IRClosure.getScopeType()IREvalScript.getScopeType()IRFor.getScopeType()IRMetaClassBody.getScopeType()IRMethod.getScopeType()IRModuleBody.getScopeType()abstract IRScopeTypeIRScope.getScopeType()IRScriptBody.getScopeType()static IRScopeTypeReturns the enum constant of this type with the specified name.static IRScopeType[]IRScopeType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IRScopeType in org.jruby.ir.persistence
Methods in org.jruby.ir.persistence that return IRScopeTypeModifier and TypeMethodDescriptionIRReaderDecoder.decodeIRScopeType()IRReaderStream.decodeIRScopeType()Methods in org.jruby.ir.persistence with parameters of type IRScopeTypeModifier and TypeMethodDescriptionstatic IRScopeIRReader.createScope(IRManager manager, IRScopeType type, ByteList byteName, String file, int line, IRScope lexicalParent, Signature signature, StaticScope staticScope) private static IRScopeIRReader.decodeScopeHeader(IRManager manager, IRReaderDecoder decoder, IRScopeType type, int line) voidIRWriterAnalyzer.encode(IRScopeType value) voidIRWriterEncoder.encode(IRScopeType value) voidIRWriterStream.encode(IRScopeType value) -
Uses of IRScopeType in org.jruby.ir.runtime
Methods in org.jruby.ir.runtime that return IRScopeTypeModifier and TypeMethodDescriptionprivate static IRScopeTypeIRRuntimeHelpers.ensureScopeIsClosure(ThreadContext context, DynamicScope dynamicScope) -
Uses of IRScopeType in org.jruby.parser
Fields in org.jruby.parser declared as IRScopeTypeMethods in org.jruby.parser that return IRScopeTypeMethods in org.jruby.parser with parameters of type IRScopeType