Chromium Code Reviews| Index: frog/leg/elements/elements.dart |
| =================================================================== |
| --- frog/leg/elements/elements.dart (revision 2339) |
| +++ frog/leg/elements/elements.dart (working copy) |
| @@ -30,6 +30,8 @@ |
| static final ElementKind CLASS = const ElementKind('class'); |
| static final ElementKind FOREIGN = const ElementKind('foreign'); |
| static final ElementKind CONSTRUCTOR = const ElementKind('constructor'); |
| + static final ElementKind FIELD = const ElementKind('field'); |
| + static final ElementKind VARIABLE_LIST = const ElementKind('variable_list'); |
|
karlklose
2011/12/12 15:09:48
VARIABLE_LIST -> FIELD_LIST?
ngeoffray
2011/12/12 15:52:08
Done.
|
| static final ElementKind CONSTRUCTOR_BODY = |
| const ElementKind('constructor_body'); |