SingleVariableDeclaration: { Modifier } Type Identifier { [] } [ = Expression ]For JLS3, the modifier flags were replaced by a list of modifier nodes (intermixed with annotations), and the variable arity indicator was added:
SingleVariableDeclaration: { ExtendedModifier } Type [ ... ] Identifier { [] } [ = Expression ]@since 2.0 @noinstantiate This class is not intended to be instantiated by clients.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|