Class ParserPrismNative

java.lang.Object
org.jruby.parser.Parser
org.jruby.prism.parser.ParserPrismBase
org.jruby.prism.parser.ParserPrismNative

public class ParserPrismNative extends ParserPrismBase
  • Constructor Details

    • ParserPrismNative

      public ParserPrismNative(org.jruby.Ruby runtime, ParserBindingPrism prismLibrary)
  • Method Details

    • parse

      protected byte[] parse(byte[] source, int sourceLength, byte[] metadata)
      Specified by:
      parse in class ParserPrismBase