Class ParserPrismWasm

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

public class ParserPrismWasm extends ParserPrismBase
  • Constructor Details

    • ParserPrismWasm

      public ParserPrismWasm(org.jruby.Ruby runtime)
  • Method Details

    • parse

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