Uses of Class
org.codehaus.janino.util.charstream.UnexpectedCharacterException
Packages that use UnexpectedCharacterException
-
Uses of UnexpectedCharacterException in org.codehaus.janino.util.charstream
Methods in org.codehaus.janino.util.charstream that throw UnexpectedCharacterExceptionModifier and TypeMethodDescriptionvoidCharStream.eoi()voidStringCharStream.eoi()voidCharStream.read(char c) Consumes the next character on this stream and verifies that it equals the given character.intConsumes the nect character and verifies that it matches one of the characters of the givenString.voidStringCharStream.read(char c) int