Uses of Class
org.jruby.parser.ScopedParserState
Packages that use ScopedParserState
-
Uses of ScopedParserState in org.jruby.parser
Fields in org.jruby.parser declared as ScopedParserStateModifier and TypeFieldDescriptionprivate ScopedParserStateScopedParserState.enclosingScopeprotected ScopedParserStateParserSupport.scopedParserStateMethods in org.jruby.parser that return ScopedParserStateConstructors in org.jruby.parser with parameters of type ScopedParserStateModifierConstructorDescriptionScopedParserState(ScopedParserState enclosingScope) ScopedParserState(ScopedParserState enclosingScope, long commandArgumentStack, long condArgumentStack)