Package | Description |
---|---|
org.jruby.lexer.yacc | |
org.jruby.parser |
Modifier and Type | Method and Description |
---|---|
void |
RubyLexer.setParserSupport(ParserSupport parserSupport)
Parse must pass its support object for some check at bottom of
yylex().
|
Constructor and Description |
---|
RubyLexer(ParserSupport support,
LexerSource source) |
Modifier and Type | Field and Description |
---|---|
protected ParserSupport |
RubyParser.support |
Modifier and Type | Method and Description |
---|---|
Object |
ParserState.execute(ParserSupport support,
RubyLexer lexer,
Object yyVal,
Object[] yyVals,
int yyTop) |
Constructor and Description |
---|
RubyParser(ParserSupport support,
LexerSource source) |
Copyright © 2001-2016 JRuby. All Rights Reserved.