Class ParserProviderPrism
java.lang.Object
org.jruby.prism.ParserProviderPrism
- All Implemented Interfaces:
org.jruby.parser.ParserProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jruby.ir.builder.IRBuilderFactoryorg.jruby.parser.ParsergetParser(org.jruby.Ruby runtime) voidinitialize(String path)
-
Constructor Details
-
ParserProviderPrism
public ParserProviderPrism()
-
-
Method Details
-
initialize
- Specified by:
initializein interfaceorg.jruby.parser.ParserProvider
-
getParser
public org.jruby.parser.Parser getParser(org.jruby.Ruby runtime) - Specified by:
getParserin interfaceorg.jruby.parser.ParserProvider
-
getBuilderFactory
public org.jruby.ir.builder.IRBuilderFactory getBuilderFactory()- Specified by:
getBuilderFactoryin interfaceorg.jruby.parser.ParserProvider
-