|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LexerSource | |
|---|---|
| org.jruby.lexer.yacc | |
| org.jruby.parser | |
| Uses of LexerSource in org.jruby.lexer.yacc |
|---|
| Methods in org.jruby.lexer.yacc that return LexerSource | |
|---|---|
static LexerSource |
LexerSource.getSource(java.lang.String name,
java.io.Reader content,
int line,
boolean extraPositionInformation)
Create a source. |
| Methods in org.jruby.lexer.yacc with parameters of type LexerSource | |
|---|---|
int |
HeredocTerm.parseString(RubyYaccLexer lexer,
LexerSource src)
|
abstract int |
StrTerm.parseString(RubyYaccLexer lexer,
LexerSource src)
|
int |
StringTerm.parseString(RubyYaccLexer lexer,
LexerSource src)
|
char |
StringTerm.parseStringIntoBuffer(LexerSource src,
ByteList buffer)
|
void |
RubyYaccLexer.setSource(LexerSource source)
Allow the parser to set the source for its lexer. |
| Constructors in org.jruby.lexer.yacc with parameters of type LexerSource | |
|---|---|
IDESourcePositionFactory(LexerSource source,
int line)
|
|
SimplePositionFactory(LexerSource source,
int line)
|
|
| Uses of LexerSource in org.jruby.parser |
|---|
| Methods in org.jruby.parser with parameters of type LexerSource | |
|---|---|
RubyParserResult |
DefaultRubyParser.parse(RubyParserConfiguration configuration,
LexerSource source)
The parse method use an lexer stream and parse it to an AST node structure |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||