| Package | Description |
|---|---|
| org.codehaus.janino.util.charstream |
Application-independent helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StringCharStream.eoi() |
void |
CharStream.eoi() |
void |
StringCharStream.read(char c) |
void |
CharStream.read(char c)
Consumes the next character on this stream and verifies that it equals the given character.
|
int |
StringCharStream.read(String chars) |
int |
CharStream.read(String chars)
Consumes the nect character and verifies that it matches one of the characters of the given
String. |
Copyright © 2022. All rights reserved.