Resolve "Structure View Support"
Compare changes
+ 31
− 19
@@ -34,7 +34,11 @@ modifiers ::= (PUBLIC | STATIC | PROTECTED | PRIVATE | FINAL | ABSTRACT | SYNCH
@@ -70,7 +74,7 @@ aspect_class_declaration ::= modifiers class_declaration
@@ -79,13 +83,13 @@ aspect_interface_member_declaration ::= ( aspect_nested_class_declaration
@@ -103,38 +107,38 @@ aspect_nested_class_declaration ::= modifiers class_declaration
@@ -146,14 +150,14 @@ aspect_add_interface ::= ast_type_name IMPLEMENTS type_name_list SEMICOLON
@@ -173,7 +177,7 @@ class_body_declaration ::= initializer | modifiers ( unmodified_class_declaratio
@@ -384,7 +388,7 @@ annotation_type_member_declaration ::= ( modifiers (aspect_type java_identifier
@@ -396,5 +400,13 @@ ast_type_name ::= IDENTIFIER