Uses of Enum
org.jruby.parser.StaticScope.Type
Packages that use StaticScope.Type
-
Uses of StaticScope.Type in org.jruby.ir.persistence
Methods in org.jruby.ir.persistence that return StaticScope.TypeModifier and TypeMethodDescriptionIRReaderDecoder.decodeStaticScopeType()IRReaderStream.decodeStaticScopeType()Methods in org.jruby.ir.persistence with parameters of type StaticScope.TypeModifier and TypeMethodDescriptionvoidIRWriterAnalyzer.encode(StaticScope.Type value) voidIRWriterEncoder.encode(StaticScope.Type value) voidIRWriterStream.encode(StaticScope.Type value) -
Uses of StaticScope.Type in org.jruby.parser
Fields in org.jruby.parser declared as StaticScope.TypeMethods in org.jruby.parser that return StaticScope.TypeModifier and TypeMethodDescriptionstatic StaticScope.TypeStaticScope.Type.fromOrdinal(int value) StaticScope.getType()static StaticScope.TypeReturns the enum constant of this type with the specified name.static StaticScope.Type[]StaticScope.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jruby.parser with parameters of type StaticScope.TypeModifier and TypeMethodDescriptionstatic StaticScopeStaticScopeFactory.newStaticScope(StaticScope parent, StaticScope.Type type, String[] names) Deprecated.static StaticScopeStaticScopeFactory.newStaticScope(StaticScope parent, StaticScope.Type type, String[] names, int keywordArgIndex) Deprecated.static StaticScopeStaticScopeFactory.newStaticScope(StaticScope parent, StaticScope.Type type, String file, String[] names, int keywordArgIndex) Constructors in org.jruby.parser with parameters of type StaticScope.TypeModifierConstructorDescriptionprotectedStaticScope(StaticScope.Type type, StaticScope enclosingScope) Construct a new static scope.protectedStaticScope(StaticScope.Type type, StaticScope enclosingScope, String file) protectedStaticScope(StaticScope.Type type, StaticScope enclosingScope, String[] names) protectedStaticScope(StaticScope.Type type, StaticScope enclosingScope, String[] names, int firstKeywordIndex) Construct a new static scope.protectedStaticScope(StaticScope.Type type, StaticScope enclosingScope, String file, String[] names, int firstKeywordIndex)