Package org.codehaus.janino.util.charstream
Application-independent helper classes.
-
Interface Summary Interface Description CharStream This interface produces a sequence ofchars. -
Class Summary Class Description StringCharStream Reads from aString. -
Exception Summary Exception Description UnexpectedCharacterException Indicates thatCharStream.read()did not find the character(s) it expected.