handle constant types

This commit is contained in:
Mark Harrah 2011-02-14 18:59:54 -05:00
parent 86d82141a3
commit e6dcca1b42
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ Type
Parameterized
baseType : SimpleType
typeArguments: Type*
Constant
baseType: Type
value: String
Annotated
baseType : SimpleType
annotations : Annotation*