parseType
Parses a Java type name and returns a Type that represents it.
Return
ClassOrInterfaceType representing the type
Parameters
type
the type name like a.b.c.X, Y, or int
Throws
if the source code has parser errors
Parses a Java type name and returns a Type that represents it.
ClassOrInterfaceType representing the type
the type name like a.b.c.X, Y, or int
if the source code has parser errors