handle constant types

This commit is contained in:
Mark Harrah
2011-02-14 18:59:54 -05:00
parent a3a81dc26e
commit cc06667f3e
7 changed files with 39 additions and 10 deletions
+3
View File
@@ -12,6 +12,9 @@ Type
Parameterized
baseType : SimpleType
typeArguments: Type*
Constant
baseType: Type
value: String
Annotated
baseType : SimpleType
annotations : Annotation*