Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 1 | ,opt=, |
Stephan Herrmann | 4f3f3d1 | 2012-04-28 23:46:59 +0200 | [diff] [blame] | 2 | ;opt=; |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 3 | AbstractMethodDeclaration=MethodDeclaration |
| 4 | AdditionalBound1=AdditionalBound1 |
| 5 | AdditionalBound=AdditionalBound |
| 6 | AdditionalBoundList1=AdditionalBoundList1 |
| 7 | AdditionalBoundList=AdditionalBoundList |
Stephan Herrmann | 307ebe3 | 2013-05-02 02:46:05 +0200 | [diff] [blame] | 8 | AdditionalBoundsListOpt=AdditionalBoundsListOpt |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 9 | AdditiveExpression=Expression |
| 10 | AdditiveExpression_NotName=Expression |
| 11 | AllocationHeader=AllocationHeader |
| 12 | AnchoredTypeParameterHeader0=AnchoredTypeParameter |
| 13 | AndExpression=Expression |
| 14 | AndExpression_NotName=Expression |
| 15 | Annotation=Annotation |
| 16 | AnnotationMethodHeader=AnnotationMethodHeader |
| 17 | AnnotationMethodHeaderDefaultValueopt=MethodHeaderDefaultValue |
| 18 | AnnotationMethodHeaderName=MethodHeaderName |
| 19 | AnnotationName=AnnotationName |
| 20 | AnnotationTypeBody=AnnotationTypeBody |
| 21 | AnnotationTypeDeclaration=AnnotationTypeDeclaration |
| 22 | AnnotationTypeDeclarationHeader=AnnotationTypeDeclarationHeader |
| 23 | AnnotationTypeDeclarationHeaderName=AnnotationTypeDeclarationHeaderName |
| 24 | AnnotationTypeMemberDeclaration=AnnotationTypeMemberDeclaration |
| 25 | AnnotationTypeMemberDeclarations=AnnotationTypeMemberDeclarations |
| 26 | AnnotationTypeMemberDeclarationsopt=AnnotationTypeMemberDeclarations |
| 27 | ArgumentList=ArgumentList |
| 28 | ArgumentListopt=ArgumentList |
| 29 | Arguments=Arguments |
| 30 | Argumentsopt=Argumentsopt |
| 31 | ArrayAccess=ArrayAccess |
| 32 | ArrayCreationHeader=ArrayCreationHeader |
| 33 | ArrayCreationWithArrayInitializer=ArrayCreationWithArrayInitializer |
| 34 | ArrayCreationWithoutArrayInitializer=ArrayCreationWithoutArrayInitializer |
| 35 | ArrayInitializer=ArrayInitializer |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 36 | ArrayType=ArrayType |
| 37 | ArrayTypeWithTypeArgumentsName=ArrayTypeWithTypeArgumentsName |
| 38 | AssertStatement=AssertStatement |
| 39 | Assignment=Assignment |
| 40 | AssignmentExpression=Expression |
| 41 | AssignmentExpression_NotName=Expression |
| 42 | AssignmentOperator=AssignmentOperator |
| 43 | BaseAnchoredType=QualifiedName |
Stephan Herrmann | 57e57ec | 2010-08-27 21:36:52 +0000 | [diff] [blame] | 44 | BaseConstructorExpression=BaseConstructorInvocation |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 45 | BaseConstructorInvocation=BaseConstructorInvocation |
| 46 | BaseMethodSpecListShort=MethodSpecListShort |
| 47 | BaseMethodSpecLong=MethodSpecLong |
| 48 | BaseMethodSpecsShort=MethodSpecsShort |
| 49 | BasePredicate=Predicate |
| 50 | BasePredicateHeader=PredicateHeader |
| 51 | BindingDeclaration=BindingDeclaration |
| 52 | BindingName=CallinBindingName |
| 53 | BindingNames=CallinBindingNames |
| 54 | Block=Block |
| 55 | BlockStatement=BlockStatement |
| 56 | BlockStatements=BlockStatements |
| 57 | BlockStatementsopt=BlockStatements |
| 58 | BooleanLiteral=BooleanLiteral |
| 59 | BreakStatement=BreakStatement |
| 60 | CallinBinding=CallinBinding |
| 61 | CallinBindingLeftLong=CallinBindingLeft |
| 62 | CallinBindingLeftShort=CallinBindingLeft |
| 63 | CallinHeaderLong=CallinHeader |
| 64 | CallinLabel=CallinLabel |
| 65 | CallinModifier=CallinModifier |
| 66 | CallinParameterMappingList=EmptyParameterMappings |
| 67 | CallinParameterMappings=CallinParameterMappings |
| 68 | CallinParameterMappingsopt=EmptyParameterMappings |
| 69 | CalloutBinding=CalloutBinding |
| 70 | CalloutBindingLeftLong=CalloutBindingLeft |
| 71 | CalloutBindingLeftShort=CalloutBindingLeft |
| 72 | CalloutFieldSpecLong=CallloutFieldSpec |
| 73 | CalloutHeaderLong=CalloutHeader |
| 74 | CalloutKind=CalloutKind |
| 75 | CalloutModifier=CalloutModifier |
| 76 | CalloutModifieropt=CalloutModifier |
| 77 | CalloutParameterMappingList=EmptyParameterMappings |
| 78 | CalloutParameterMappings=CalloutParameterMappings |
| 79 | CalloutParameterMappingsopt=EmptyParameterMappings |
| 80 | CastExpression=CastExpression |
Stephan Herrmann | 307ebe3 | 2013-05-02 02:46:05 +0200 | [diff] [blame] | 81 | CastNameAndBounds=CastNameAndBounds |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 82 | CatchClause=CatchClause |
Stephan Herrmann | 29b019c | 2011-04-26 10:30:44 +0000 | [diff] [blame] | 83 | CatchFormalParameter=FormalParameter |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 84 | CatchHeader=CatchHeader |
Stephan Herrmann | 197438c | 2012-07-15 22:54:37 +0200 | [diff] [blame] | 85 | CatchLiftingTypeopt=LiftingType |
Stephan Herrmann | 44109d3 | 2011-08-02 14:34:26 +0000 | [diff] [blame] | 86 | CatchType=CatchType |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 87 | Catches=Catches |
| 88 | Catchesopt=Catches |
| 89 | ClassBody=ClassBody |
| 90 | ClassBodyDeclaration=ClassBodyDeclaration |
| 91 | ClassBodyDeclarations=ClassBodyDeclarations |
| 92 | ClassBodyDeclarationsopt=ClassBodyDeclarations |
| 93 | ClassDeclaration=ClassDeclaration |
| 94 | ClassHeader=ClassHeader |
| 95 | ClassHeaderExtends=ClassHeaderExtends |
| 96 | ClassHeaderExtendsopt=ClassHeaderExtends |
| 97 | ClassHeaderImplements=ClassHeaderImplements |
| 98 | ClassHeaderImplementsopt=ClassHeaderImplements |
| 99 | ClassHeaderName1=ClassHeaderName |
| 100 | ClassHeaderName=ClassHeaderName |
| 101 | ClassHeaderPlayedBy=ClassHeaderPlayedBy |
| 102 | ClassHeaderPlayedByopt=ClassHeaderPlayedBy |
| 103 | ClassInstanceCreationExpression=ClassInstanceCreationExpression |
| 104 | ClassInstanceCreationExpressionName=ClassInstanceCreationExpressionName |
| 105 | ClassMemberDeclaration=ClassMemberDeclaration |
| 106 | ClassOrInterface=Type |
| 107 | ClassOrInterfaceType=Type |
| 108 | ClassType=ClassType |
| 109 | ClassTypeElt=ClassType |
| 110 | ClassTypeList=ClassTypeList |
| 111 | CompilationUnit=CompilationUnit |
| 112 | ConditionalAndExpression=Expression |
| 113 | ConditionalAndExpression_NotName=Expression |
| 114 | ConditionalExpression=Expression |
| 115 | ConditionalExpression_NotName=Expression |
| 116 | ConditionalOrExpression=Expression |
| 117 | ConditionalOrExpression_NotName=Expression |
| 118 | ConstantDeclaration=ConstantDeclaration |
| 119 | ConstantExpression=ConstantExpression |
| 120 | ConstructorDeclaration=ConstructorDeclaration |
| 121 | ConstructorHeader=ConstructorDeclaration |
| 122 | ConstructorHeaderName=ConstructorHeaderName |
| 123 | ContinueStatement=ContinueStatement |
| 124 | CreateInitializer=CreateInitializer |
Stephan Herrmann | 307ebe3 | 2013-05-02 02:46:05 +0200 | [diff] [blame] | 125 | DefaultMethodHeader=MethodDeclaration |
| 126 | DefaultMethodHeaderName=MethodHeaderName |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 127 | DefaultValue=DefaultValue |
| 128 | Diet=Diet |
| 129 | DimWithOrWithOutExpr=Dimension |
| 130 | DimWithOrWithOutExprs=Dimensions |
| 131 | Dims=Dimensions |
| 132 | DimsLoop=Dimensions |
| 133 | Dimsopt=Dimensions |
| 134 | DoStatement=DoStatement |
Stephan Herrmann | 5fa7f31 | 2012-07-13 01:52:51 +0200 | [diff] [blame] | 135 | ElidedLeftBraceAndReturn=ElidedLeftBraceAndReturn |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 136 | EmptyStatement=EmptyStatement |
| 137 | EnhancedForStatement=EnhancedForStatement |
| 138 | EnhancedForStatementHeader=EnhancedForStatementHeader |
| 139 | EnhancedForStatementHeaderInit=EnhancedForStatementHeaderInit |
| 140 | EnhancedForStatementNoShortIf=EnhancedForStatementNoShortIf |
| 141 | EnterCompilationUnit=EnterCompilationUnit |
Stephan Herrmann | 6cecadb | 2012-02-26 01:08:39 +0100 | [diff] [blame] | 142 | EnterInstanceCreationArgumentList=EnterInstanceCreationArgumentList |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 143 | EnterMemberValue=EnterMemberValue |
| 144 | EnterMemberValueArrayInitializer=EnterMemberValueArrayInitializer |
| 145 | EnterVariable=EnterVariable |
| 146 | EnumBody=EnumBody |
| 147 | EnumBodyDeclarationsopt=EnumBodyDeclarationsopt |
| 148 | EnumConstant=EnumConstant |
| 149 | EnumConstantHeader=EnumConstantHeader |
| 150 | EnumConstantHeaderName=EnumConstantHeaderName |
| 151 | EnumConstants=EnumConstants |
| 152 | EnumDeclaration=EnumDeclaration |
| 153 | EnumDeclarations=EnumDeclarations |
| 154 | EnumHeader=EnumHeader |
| 155 | EnumHeaderName=EnumHeaderName |
| 156 | EqualityExpression=Expression |
| 157 | EqualityExpression_NotName=Expression |
| 158 | ExclusiveOrExpression=Expression |
| 159 | ExclusiveOrExpression_NotName=Expression |
| 160 | ExitMemberValue=ExitMemberValue |
| 161 | ExitTryBlock=ExitTryBlock |
| 162 | ExitVariableWithInitialization=ExitVariableWithInitialization |
| 163 | ExitVariableWithoutInitialization=ExitVariableWithoutInitialization |
| 164 | ExplicitConstructorInvocation=ExplicitConstructorInvocation |
| 165 | Expression=Expression |
| 166 | ExpressionStatement=Statement |
| 167 | Expression_NotName=Expression |
| 168 | Expressionopt=Expression |
| 169 | FieldAccess=FieldAccess |
| 170 | FieldDeclaration=FieldDeclaration |
| 171 | Finally=Finally |
| 172 | FloatingPointType=FloatingPointType |
| 173 | ForInit=ForInit |
| 174 | ForInitopt=ForInit |
| 175 | ForStatement=ForStatement |
| 176 | ForStatementNoShortIf=ForStatement |
| 177 | ForUpdate=ForUpdate |
| 178 | ForUpdateopt=ForUpdate |
| 179 | ForceBaseIsIdentifier=ForceBaseIsIdentifier |
| 180 | ForceNoDiet=ForceNoDiet |
| 181 | FormalParameter=FormalParameter |
| 182 | FormalParameterList=FormalParameterList |
| 183 | FormalParameterListopt=FormalParameterList |
| 184 | GenericMethodDeclaration=GenericMethodDeclaration |
| 185 | GenericType=GenericType |
| 186 | Goal=Goal |
| 187 | Header1=Header1 |
| 188 | Header2=Header2 |
| 189 | Header=Header |
Stephan Herrmann | 5fa7f31 | 2012-07-13 01:52:51 +0200 | [diff] [blame] | 190 | IdentifierOrNew=IdentifierOrNew |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 191 | IfThenElseStatement=IfStatement |
| 192 | IfThenElseStatementNoShortIf=IfStatement |
| 193 | IfThenStatement=IfStatement |
| 194 | ImportDeclaration=ImportDeclaration |
| 195 | ImportDeclarations=ImportDeclarations |
| 196 | ImportName=Name |
| 197 | InclusiveOrExpression=Expression |
| 198 | InclusiveOrExpression_NotName=Expression |
| 199 | Initializer=Initializer |
| 200 | InsideCastExpression=InsideCastExpression |
| 201 | InsideCastExpressionLL1=InsideCastExpression |
Stephan Herrmann | 307ebe3 | 2013-05-02 02:46:05 +0200 | [diff] [blame] | 202 | InsideCastExpressionLL1WithBounds=InsideCastExpression |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 203 | InsideCastExpressionWithQualifiedGenerics=InsideCastExpression |
| 204 | InstanceofExpression=Expression |
| 205 | InstanceofExpression_NotName=Expression |
| 206 | IntegralType=IntegralType |
| 207 | InterfaceBody=InterfaceBody |
| 208 | InterfaceDeclaration=InterfaceDeclaration |
| 209 | InterfaceHeader=InterfaceHeader |
| 210 | InterfaceHeaderExtends=InterfaceHeaderExtends |
| 211 | InterfaceHeaderExtendsopt=InterfaceHeaderExtends |
| 212 | InterfaceHeaderName1=InterfaceHeaderName |
| 213 | InterfaceHeaderName=InterfaceHeaderName |
| 214 | InterfaceMemberDeclaration=InterfaceMemberDeclaration |
| 215 | InterfaceMemberDeclarations=InterfaceMemberDeclarations |
| 216 | InterfaceMemberDeclarationsopt=InterfaceMemberDeclarations |
| 217 | InterfaceType=InterfaceType |
| 218 | InterfaceTypeList=InterfaceTypeList |
| 219 | InternalCompilationUnit=CompilationUnit |
| 220 | InvalidArrayInitializerAssignement=ArrayInitializerAssignment |
| 221 | InvalidCallinBinding=InvalidCallinBinding |
| 222 | InvalidCallinModifier=InvalidCallinModifier |
| 223 | InvalidConstructorDeclaration=InvalidConstructorDeclaration |
Stephan Herrmann | 66cc2b6 | 2010-09-26 15:38:59 +0000 | [diff] [blame] | 224 | InvalidInitializer=InvalidInitializer |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 225 | Label=Label |
| 226 | LabeledStatement=LabeledStatement |
| 227 | LabeledStatementNoShortIf=LabeledStatement |
Stephan Herrmann | 5fa7f31 | 2012-07-13 01:52:51 +0200 | [diff] [blame] | 228 | LambdaBody=LambdaBody |
| 229 | LambdaExpression=LambdaExpression |
Stephan Herrmann | 307ebe3 | 2013-05-02 02:46:05 +0200 | [diff] [blame] | 230 | LambdaParameterList=LambdaParameterList |
Stephan Herrmann | 5fa7f31 | 2012-07-13 01:52:51 +0200 | [diff] [blame] | 231 | LambdaParameters=TypeElidedFormalParameter |
| 232 | LiftingTypeopt=LiftingType |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 233 | Literal=Literal |
| 234 | LocalVariableDeclaration=LocalVariableDeclaration |
| 235 | LocalVariableDeclarationStatement=LocalVariableDeclarationStatement |
| 236 | MarkerAnnotation=MarkerAnnotation |
Stephan Herrmann | 54e922a | 2013-04-04 18:33:48 +0200 | [diff] [blame] | 237 | MarkerTypeAnnotation=MarkerAnnotation |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 238 | MemberValue=MemberValue |
| 239 | MemberValueArrayInitializer=MemberValueArrayInitializer |
| 240 | MemberValuePair=MemberValuePair |
| 241 | MemberValuePairs=MemberValuePairs |
| 242 | MemberValuePairsopt=MemberValuePairsopt |
| 243 | MemberValues=MemberValues |
| 244 | MethodBody=MethodBody |
| 245 | MethodDeclaration=MethodDeclaration |
| 246 | MethodHeader=MethodDeclaration |
| 247 | MethodHeaderExtendedDims=MethodHeaderExtendedDims |
| 248 | MethodHeaderName=MethodHeaderName |
| 249 | MethodHeaderRightParen=) |
| 250 | MethodHeaderThrowsClause=MethodHeaderThrowsClause |
| 251 | MethodHeaderThrowsClauseopt=MethodHeaderThrowsClause |
| 252 | MethodInvocation=MethodInvocation |
| 253 | MethodSpecListLong=MethodSpecListLong |
| 254 | MethodSpecLong=MethodSpecLong |
| 255 | MethodSpecNamePlus=MethodSpecName |
| 256 | MethodSpecShort=MethodSpecShort |
| 257 | MethodSpecsLong=MethodSpecsLong |
| 258 | Modifier=Modifier |
| 259 | Modifiers=Modifiers |
Stephan Herrmann | 307ebe3 | 2013-05-02 02:46:05 +0200 | [diff] [blame] | 260 | ModifiersWithDefault=Modifiers |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 261 | Modifiersopt=Modifiers |
| 262 | MultiplicativeExpression=Expression |
| 263 | MultiplicativeExpression_NotName=Expression |
| 264 | Name=Name |
| 265 | NestedMethod=NestedMethod |
| 266 | NestedParamMappings=NestedParameterMappings |
| 267 | NestedType=NestedType |
Stephan Herrmann | 5fa7f31 | 2012-07-13 01:52:51 +0200 | [diff] [blame] | 268 | NonWildTypeArgumentsopt=NonWildTypeArgumentsopt |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 269 | NormalAnnotation=NormalAnnotation |
Stephan Herrmann | 54e922a | 2013-04-04 18:33:48 +0200 | [diff] [blame] | 270 | NormalTypeAnnotation=NormalAnnotation |
Stephan Herrmann | ceee031 | 2013-05-02 14:57:23 +0200 | [diff] [blame] | 271 | NotAnAnchor=annotatedTypeArgument |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 272 | NumericType=NumericType |
| 273 | OneDimLoop=Dimension |
| 274 | OnlySynchronized=OnlySynchronized |
| 275 | OnlyTypeArguments=TypeArguments |
| 276 | OnlyTypeArgumentsForCastExpression=TypeArguments |
| 277 | OpenBlock=OpenBlock |
| 278 | PackageComment=PackageComment |
| 279 | PackageDeclaration=PackageDeclaration |
| 280 | PackageDeclarationName=PackageDeclarationName |
| 281 | ParameterMapping=ParameterMapping |
Stephan Herrmann | 307ebe3 | 2013-05-02 02:46:05 +0200 | [diff] [blame] | 282 | ParenthesizedCastNameAndBounds=ParenthesizedCastNameAndBounds |
Stephan Herrmann | 1460a60 | 2012-07-19 20:01:10 +0200 | [diff] [blame] | 283 | ParenthesizedLambdaParameterList=ParenthesizedLambdaParameterList |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 284 | PostDecrementExpression=PostDecrementExpression |
| 285 | PostIncrementExpression=PostIncrementExpression |
| 286 | PostfixExpression=Expression |
| 287 | PostfixExpression_NotName=Expression |
| 288 | PreDecrementExpression=PreDecrementExpression |
| 289 | PreIncrementExpression=PreIncrementExpression |
| 290 | PrecedenceDeclaration=PrecedenceDeclaration |
| 291 | PredicateBody=PredicateBody |
| 292 | PredicateHeader=PredicateHeader |
| 293 | Primary=Expression |
| 294 | PrimaryNoNewArray=Expression |
| 295 | PrimitiveType=PrimitiveType |
| 296 | PushLPAREN=( |
| 297 | PushLeftBrace=PushLeftBrace |
| 298 | PushModifiers=PushModifiers |
| 299 | PushModifiersForHeader=PushModifiersForHeader |
| 300 | PushPosition=PushPosition |
| 301 | PushRPAREN=) |
| 302 | PushRealModifiers=PushRealModifiers |
Stephan Herrmann | 5fa7f31 | 2012-07-13 01:52:51 +0200 | [diff] [blame] | 303 | PushZeroTypeAnnotations=ZeroTypeAnnotations |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 304 | QualifiedClassBodyopt=ClassBody |
| 305 | QualifiedEnterAnonymousClassBody=EnterAnonymousClassBody |
| 306 | QualifiedName=QualifiedName |
| 307 | RecoveryBindingHeader=MethodBindingHeader |
| 308 | RecoveryCallinBindingLeftLong=CallinBindingLeft |
| 309 | RecoveryCallinHeader=CallinBindingLong |
| 310 | RecoveryCalloutBindingLeftLong=CalloutBindingLeftLong |
| 311 | RecoveryCalloutHeader=CalloutBindingLong |
| 312 | RecoveryMethodHeader=MethodHeader |
| 313 | RecoveryMethodHeaderName=MethodHeaderName |
| 314 | RecoveryMethodSpecLong=MethodSpecLong |
| 315 | ReduceImports=ReduceImports |
Stephan Herrmann | 5fa7f31 | 2012-07-13 01:52:51 +0200 | [diff] [blame] | 316 | ReferenceExpression=ReferenceExpression |
Stephan Herrmann | 307ebe3 | 2013-05-02 02:46:05 +0200 | [diff] [blame] | 317 | ReferenceExpressionTypeArgumentsAndTrunk0=ReferenceExpressionTypeArgumentsAndTrunk |
Stephan Herrmann | 1460a60 | 2012-07-19 20:01:10 +0200 | [diff] [blame] | 318 | ReferenceExpressionTypeArgumentsAndTrunk=ReferenceExpressionTypeArgumentsAndTrunk |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 319 | ReferenceType1=ReferenceType1 |
| 320 | ReferenceType2=ReferenceType2 |
| 321 | ReferenceType3=ReferenceType3 |
| 322 | ReferenceType=ReferenceType |
Stephan Herrmann | 54e922a | 2013-04-04 18:33:48 +0200 | [diff] [blame] | 323 | RejectTypeAnnotations=RejectTypeAnnotations |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 324 | RelationalExpression=Expression |
| 325 | RelationalExpression_NotName=Expression |
Stephan Herrmann | 44109d3 | 2011-08-02 14:34:26 +0000 | [diff] [blame] | 326 | Resource=Resource |
| 327 | ResourceSpecification=ResourceSpecification |
| 328 | Resources=Resources |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 329 | RestoreBaseKeyword=RestoreBaseKeyword |
| 330 | RestoreDiet=RestoreDiet |
| 331 | ReturnStatement=ReturnStatement |
| 332 | RolePredicate=Predicate |
| 333 | ShiftExpression=Expression |
| 334 | ShiftExpression_NotName=Expression |
| 335 | SimpleName=SimpleName |
| 336 | SingleBaseImportDeclaration=SingleBaseImportDeclaration |
| 337 | SingleBaseImportDeclarationName=SingleBaseImportDeclarationName |
| 338 | SingleMemberAnnotation=SingleMemberAnnotation |
| 339 | SingleMemberAnnotationMemberValue=MemberValue |
Stephan Herrmann | 54e922a | 2013-04-04 18:33:48 +0200 | [diff] [blame] | 340 | SingleMemberTypeAnnotation=SingleMemberAnnotation |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 341 | SingleStaticImportDeclaration=SingleStaticImportDeclaration |
| 342 | SingleStaticImportDeclarationName=SingleStaticImportDeclarationName |
| 343 | SingleTypeImportDeclaration=SingleTypeImportDeclaration |
| 344 | SingleTypeImportDeclarationName=SingleTypeImportDeclarationName |
| 345 | Statement=Statement |
| 346 | StatementExpression=Expression |
| 347 | StatementExpressionList=StatementExpressionList |
| 348 | StatementNoShortIf=Statement |
| 349 | StatementWithoutTrailingSubstatement=Statement |
| 350 | StaticImportOnDemandDeclaration=StaticImportOnDemandDeclaration |
| 351 | StaticImportOnDemandDeclarationName=StaticImportOnDemandDeclarationName |
| 352 | StaticInitializer=StaticInitializer |
| 353 | StaticOnly=StaticOnly |
| 354 | SwitchBlock=SwitchBlock |
| 355 | SwitchBlockStatement=SwitchBlockStatement |
| 356 | SwitchBlockStatements=SwitchBlockStatements |
| 357 | SwitchLabel=SwitchLabel |
| 358 | SwitchLabels=SwitchLabels |
| 359 | SwitchStatement=SwitchStatement |
| 360 | SynchronizedStatement=SynchronizedStatement |
Stephan Herrmann | 31caeac | 2013-04-21 18:02:24 +0200 | [diff] [blame] | 361 | TentativeTypeAnchor=typeAnchor |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 362 | ThrowStatement=ThrowStatement |
Stephan Herrmann | 44109d3 | 2011-08-02 14:34:26 +0000 | [diff] [blame] | 363 | TrailingSemiColon=; |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 364 | TryBlock=Block |
| 365 | TryStatement=TryStatement |
Stephan Herrmann | 44109d3 | 2011-08-02 14:34:26 +0000 | [diff] [blame] | 366 | TryStatementWithResources=TryStatementWithResources |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 367 | Type=Type |
| 368 | TypeAnchor=typeAnchor |
Stephan Herrmann | ceee031 | 2013-05-02 14:57:23 +0200 | [diff] [blame] | 369 | TypeAnchorOrAnnotatedTypeArgument1=TypeArgument |
| 370 | TypeAnchorOrAnnotatedTypeArgument2=TypeArgument |
| 371 | TypeAnchorOrAnnotatedTypeArgument3=TypeArgument |
| 372 | TypeAnchorOrAnnotatedTypeArgument=TypeArgument |
Stephan Herrmann | 54e922a | 2013-04-04 18:33:48 +0200 | [diff] [blame] | 373 | TypeAnnotation=TypeAnnotation |
| 374 | TypeAnnotationName=AnnotationName |
Stephan Herrmann | 307ebe3 | 2013-05-02 02:46:05 +0200 | [diff] [blame] | 375 | TypeAnnotations0=TypeAnnotations |
Stephan Herrmann | 5fa7f31 | 2012-07-13 01:52:51 +0200 | [diff] [blame] | 376 | TypeAnnotations=TypeAnnotations |
Stephan Herrmann | 54e922a | 2013-04-04 18:33:48 +0200 | [diff] [blame] | 377 | TypeAnnotationsopt=TypeAnnotationsopt |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 378 | TypeArgument1=TypeArgument1 |
| 379 | TypeArgument2=TypeArgument2 |
| 380 | TypeArgument3=TypeArgument3 |
| 381 | TypeArgument=TypeArgument |
| 382 | TypeArgumentList1=TypeArgumentList1 |
| 383 | TypeArgumentList2=TypeArgumentList2 |
| 384 | TypeArgumentList3=TypeArgumentList3 |
| 385 | TypeArgumentList=TypeArgumentList |
| 386 | TypeArguments=TypeArguments |
| 387 | TypeBoundOpt1=TypeParameterBound |
| 388 | TypeBoundOpt=TypeParameterBound |
| 389 | TypeDeclaration=TypeDeclaration |
| 390 | TypeDeclarations=TypeDeclarations |
Stephan Herrmann | 5fa7f31 | 2012-07-13 01:52:51 +0200 | [diff] [blame] | 391 | TypeElidedFormalParameter=TypeElidedFormalParameter |
| 392 | TypeElidedFormalParameterList=TypeElidedFormalParameterList |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 393 | TypeImportOnDemandDeclaration=TypeImportOnDemandDeclaration |
| 394 | TypeImportOnDemandDeclarationName=TypeImportOnDemandDeclarationName |
| 395 | TypeParameter1=TypeParameter1 |
| 396 | TypeParameter=TypeParameter |
| 397 | TypeParameterHeader=TypeParameter |
| 398 | TypeParameterList1=TypeParameterList1 |
| 399 | TypeParameterList=TypeParameterList |
| 400 | TypeParameters=TypeParameters |
| 401 | TypeValueParameter=TypeValueParameter |
Stephan Herrmann | 54e922a | 2013-04-04 18:33:48 +0200 | [diff] [blame] | 402 | UnannotatableName=UnannotatableQualifiedName |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 403 | UnaryExpression=Expression |
| 404 | UnaryExpressionNotPlusMinus=Expression |
| 405 | UnaryExpressionNotPlusMinus_NotName=Expression |
| 406 | UnaryExpression_NotName=Expression |
Stephan Herrmann | 44109d3 | 2011-08-02 14:34:26 +0000 | [diff] [blame] | 407 | UnionType=UnionType |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 408 | UnqualifiedClassBodyopt=ClassBody |
| 409 | UnqualifiedEnterAnonymousClassBody=EnterAnonymousClassBody |
| 410 | VariableDeclarator=VariableDeclarator |
| 411 | VariableDeclaratorId=VariableDeclaratorId |
Stephan Herrmann | 5fa7f31 | 2012-07-13 01:52:51 +0200 | [diff] [blame] | 412 | VariableDeclaratorIdOrThis=VariableDeclaratorId |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 413 | VariableDeclarators=VariableDeclarators |
| 414 | VariableInitializer=VariableInitializer |
| 415 | VariableInitializers=VariableInitializers |
| 416 | WhileStatement=WhileStatement |
| 417 | WhileStatementNoShortIf=WhileStatement |
| 418 | Wildcard1=Wildcard1 |
| 419 | Wildcard2=Wildcard2 |
| 420 | Wildcard3=Wildcard3 |
| 421 | Wildcard=Wildcard |
| 422 | WildcardBounds1=WildcardBounds1 |
| 423 | WildcardBounds2=WildcardBounds2 |
| 424 | WildcardBounds3=WildcardBound3 |
| 425 | WildcardBounds=WildcardBounds |
| 426 | WithinStatement=WithinStatement |