|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParserConfiguration | |
|---|---|
| org.jruby.lexer.yacc | |
| org.jruby.parser | |
| Uses of ParserConfiguration in org.jruby.lexer.yacc |
|---|
| Methods in org.jruby.lexer.yacc with parameters of type ParserConfiguration | |
|---|---|
static LexerSource |
ByteListLexerSource.getSource(java.lang.String file,
ByteList content,
java.util.List<java.lang.String> list,
ParserConfiguration configuration)
|
static LexerSource |
InputStreamLexerSource.getSource(java.lang.String name,
java.io.InputStream content,
java.util.List<java.lang.String> list,
ParserConfiguration configuration)
Create a source. |
static LexerSource |
LexerSource.getSource(java.lang.String name,
java.io.InputStream content,
java.util.List<java.lang.String> list,
ParserConfiguration configuration)
Create a source. |
| Uses of ParserConfiguration in org.jruby.parser |
|---|
| Methods in org.jruby.parser that return ParserConfiguration | |
|---|---|
ParserConfiguration |
ParserSupport.getConfiguration()
|
| Methods in org.jruby.parser with parameters of type ParserConfiguration | |
|---|---|
RubyParserResult |
DefaultRubyParser.parse(ParserConfiguration configuration,
LexerSource source)
The parse method use an lexer stream and parse it to an AST node structure |
Node |
Parser.parse(java.lang.String file,
ByteList content,
DynamicScope blockScope,
ParserConfiguration configuration)
|
Node |
Parser.parseRewriter(java.lang.String file,
java.io.InputStream content,
ParserConfiguration configuration)
|
void |
ParserSupport.setConfiguration(ParserConfiguration configuration)
Sets the configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||