Package org.jruby.prism.parser
Class ParserPrismWasm
java.lang.Object
org.jruby.parser.Parser
org.jruby.prism.parser.ParserPrismBase
org.jruby.prism.parser.ParserPrismWasm
-
Field Summary
Fields inherited from class org.jruby.prism.parser.ParserPrismBase
parserTimingFields inherited from class org.jruby.parser.Parser
runtime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]parse(byte[] source, int sourceLength, byte[] metadata) Methods inherited from class org.jruby.prism.parser.ParserPrismBase
addGetsLoop, getLineStub, parse, parseMethods inherited from class org.jruby.parser.Parser
getLines, parse, parse, parse, parse
-
Constructor Details
-
ParserPrismWasm
public ParserPrismWasm(org.jruby.Ruby runtime)
-
-
Method Details
-
parse
protected byte[] parse(byte[] source, int sourceLength, byte[] metadata) - Specified by:
parsein classParserPrismBase
-