org.jruby.parser.ParserProvider
interface
abstract
3 members
Provides parser and builder instances.
Instance Methods
builder_factory
IRBuilderFactory
builder_factory
(
)
Java: getBuilderFactory() · also: get_builder_factory
get_parser
Parser
get_parser
(
Ruby runtime
)
Java: getParser(org.jruby.Ruby runtime)
initialize
initialize
(
String path
)
Java: initialize(String path)
Initialize if backend of provider has not already been initialized (native bindings might be static
and initializable only once).
| name | type | description |
| path | String | path to where provider should provide a parser for |