|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.lexer.yacc.LexerSource
org.jruby.lexer.yacc.ByteListLexerSource
org.jruby.lexer.yacc.CapturingByteListLexerSource
public class CapturingByteListLexerSource
| Field Summary |
|---|
| Fields inherited from class org.jruby.lexer.yacc.LexerSource |
|---|
line, offset |
| Constructor Summary | |
|---|---|
CapturingByteListLexerSource(java.lang.String sourceName,
ByteList bytelist,
java.util.List<java.lang.String> list,
int line,
boolean extraPositionInformation)
|
|
| Method Summary | |
|---|---|
int |
read()
|
| Methods inherited from class org.jruby.lexer.yacc.ByteListLexerSource |
|---|
getOffset, getSource, lastWasBeginOfLine, matchMarker, peek, readLineBytes, readUntil, skipUntil, toString, unread, unreadMany, wasBeginOfLine |
| Methods inherited from class org.jruby.lexer.yacc.LexerSource |
|---|
captureFeature, getFilename, getLine, getPosition, getPosition, getPositionFactory, getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CapturingByteListLexerSource(java.lang.String sourceName,
ByteList bytelist,
java.util.List<java.lang.String> list,
int line,
boolean extraPositionInformation)
| Method Detail |
|---|
public int read()
throws java.io.IOException
read in class ByteListLexerSourcejava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||