Package org.jruby.parser
package org.jruby.parser
-
ClassDescriptionSimple struct to hold values until they can be inserted into the AST.Serves as a simple facade for all the parsing magic.Front-end API to parsing Ruby source.Provides parser and builder instances.ParserState<T>Each scope while parsing contains extra information as part of the parsing process.StaticScope represents lexical scoping of variables and module/class constants.Gives instances of static scopes based on compile mode.Stubbed out version of our own yydebug impl for debugging if we ever find the need.