Uses of Class
org.codehaus.janino.util.charstream.UnexpectedCharacterException
Packages that use UnexpectedCharacterException
Package
Description
Application-independent helper classes.
Application-independent helper classes.
-
Uses of UnexpectedCharacterException in org.codehaus.janino.util.charstream
Methods in org.codehaus.janino.util.charstream that throw UnexpectedCharacterExceptionModifier and TypeMethodDescriptionvoid
CharStream.eoi()
void
StringCharStream.eoi()
void
CharStream.read
(char c) Consumes the next character on this stream and verifies that it equals the given character.int
Consumes the nect character and verifies that it matches one of the characters of the givenString
.void
StringCharStream.read
(char c) int
-
Uses of UnexpectedCharacterException in org.codehaus.janino.util.signature
Methods in org.codehaus.janino.util.signature that throw UnexpectedCharacterExceptionModifier and TypeMethodDescriptionSignatureParser.parseArrayTypeSignature
(StringCharStream scs) private SignatureParser.ClassSignature
SignatureParser.parseClassSignature
(StringCharStream scs) SignatureParser.parseClassTypeSignature
(StringCharStream scs) private SignatureParser.TypeSignature
SignatureParser.parseFieldDescriptor
(StringCharStream scs) SignatureParser.parseFieldTypeSignature
(StringCharStream scs) SignatureParser.parseFormalTypeParameter
(StringCharStream scs) SignatureParser.parseMethodDescriptor
(StringCharStream scs) SignatureParser.parseMethodTypeSignature
(StringCharStream scs) private SignatureParser.TypeSignature
SignatureParser.parseReturnType
(StringCharStream scs) private SignatureParser.ThrowsSignature
SignatureParser.parseThrowsSignature
(StringCharStream scs) private SignatureParser.TypeArgument
SignatureParser.parseTypeArgument
(StringCharStream scs) private SignatureParser.TypeSignature
SignatureParser.parseTypeSignature
(StringCharStream scs) private static SignatureParser.TypeVariableSignature
SignatureParser.parseTypeVariableSignature
(StringCharStream scs)