approximate type parameters and references by name

not as accurate, but simpler.
This commit is contained in:
Mark Harrah 2012-05-12 23:12:29 -04:00
parent 05fb991488
commit 25159137d7
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ MethodParameter
modifier: ParameterModifier
TypeParameter
id: Int
id: String
annotations: Annotation*
typeParameters : TypeParameter*
variance: Variance

View File

@ -5,7 +5,7 @@ Type
prefix : SimpleType
id: String
ParameterRef
id: Int
id: String
Singleton
path: Path
EmptyType