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"
Parses a type parameter and returns it as a TypeParameter
the AST for the type parameter
a parameter like "T extends Serializable"