Package | Description |
---|---|
org.jruby.lexer.yacc | |
org.jruby.parser |
Modifier and Type | Method and Description |
---|---|
protected org.jruby.util.ByteList |
StringTerm.createByteList(RubyLexer lexer) |
abstract int |
StrTerm.parseString(RubyLexer lexer,
LexerSource src) |
int |
StringTerm.parseString(RubyLexer lexer,
LexerSource src) |
int |
HeredocTerm.parseString(RubyLexer lexer,
LexerSource src) |
int |
StringTerm.parseStringIntoBuffer(RubyLexer lexer,
LexerSource src,
org.jruby.util.ByteList buffer) |
Modifier and Type | Field and Description |
---|---|
protected RubyLexer |
RubyParser.lexer |
protected RubyLexer |
ParserSupport.lexer |
Modifier and Type | Method and Description |
---|---|
Object |
ParserState.execute(ParserSupport support,
RubyLexer lexer,
Object yyVal,
Object[] yyVals,
int yyTop) |
void |
ParserSupport.setLexer(RubyLexer lexer) |
Object |
RubyParser.yyparse(RubyLexer yyLex)
the generated parser.
|
Object |
RubyParser.yyparse(RubyLexer yyLex,
Object ayydebug)
the generated parser, with debugging messages.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.