parseTypeParameter
Parses a type parameter and returns it as a TypeParameter
Return
the AST for the type parameter
Parameters
typeParameter
a parameter like "T extends Serializable"
Throws
if the source code has parser errors
Parses a type parameter and returns it as a TypeParameter
the AST for the type parameter
a parameter like "T extends Serializable"
if the source code has parser errors