Package org.jruby.parser
Interface ParserProvider
- All Known Implementing Classes:
ParserProviderDefault
public interface ParserProvider
Provides parser and builder instances.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
initialize
(String path) Initialize if backend of provider has not already been initialized (native bindings might be static and initializable only once).
-
Method Details
-
initialize
Initialize if backend of provider has not already been initialized (native bindings might be static and initializable only once).- Parameters:
path
- path to where provider should provide a parser for
-
getParser
-
getBuilderFactory
IRBuilderFactory getBuilderFactory()
-