| Package | Description |
|---|---|
| org.jruby.lexer.yacc |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ByteArrayLexerSource.ByteArrayCursor |
(package private) class |
ByteArrayLexerSource.PushbackCursor |
| Modifier and Type | Field and Description |
|---|---|
private ByteArrayLexerSource.Cursor |
ByteArrayLexerSource.mainCursor |
private ByteArrayLexerSource.Cursor |
ByteArrayLexerSource.PushbackCursor.parent |
private ByteArrayLexerSource.Cursor |
ByteArrayLexerSource.pushbackCursor |
private ByteArrayLexerSource.Cursor |
ByteArrayLexerSource.readCursor |
| Constructor and Description |
|---|
PushbackCursor(ByteArrayLexerSource.Cursor prev,
org.jruby.util.ByteList region) |