Package org.jboss.jandex
Class TypeParser
java.lang.Object
org.jboss.jandex.TypeParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
private boolean
isClassType
(String token) private boolean
isPrimitiveType
(String token) private boolean
isSpecial
(char c) private String
(package private) Type
parse()
private Type
parseArrayType
(Type elementType) private Type
parseReferenceType
(String token) private Type
private String
private IllegalArgumentException
unexpected
(String token)