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