Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jetbrains-plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
jetbrains-plugin
Merge requests
!5
Resolve "Structure View Support"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Structure View Support"
feature/structure-view-support
into
develop
Overview
1
Commits
11
Pipelines
5
Changes
3
Merged
Johannes Mey
requested to merge
feature/structure-view-support
into
develop
3 years ago
Overview
1
Commits
11
Pipelines
5
Changes
3
Expand
Closes
#3 (closed)
Edited
3 years ago
by
Johannes Mey
0
0
Merge request reports
Viewing commit
613339be
Prev
Next
Show latest version
3 files
+
21
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
613339be
add rewrite to structure and fix semantic grammar bug
· 613339be
Johannes Mey
authored
3 years ago
src/main/grammar/Aspect.bnf
+
1
−
1
Options
@@ -128,7 +128,7 @@ aspect_inh_attribute_declaration ::= annotation* INH NTA? LAZY? FINAL? aspect_ty
}
// FIXME parentheses are not required around the WHEN expression?
aspect_rewrite ::= REWRITE aspe
ct
_name (ast_type_name DOT method_name LPAREN RPAREN)? LBRACE ((WHEN LPAREN expression RPAREN)? TO aspect_type ( expression SEMICOLON | block ))+ RBRACE
aspect_rewrite ::= REWRITE as
t_ty
pe_name (ast_type_name DOT method_name LPAREN RPAREN)? LBRACE ((WHEN LPAREN expression RPAREN)? TO aspect_type ( expression SEMICOLON | block ))+ RBRACE
aspect_syn_equation ::= annotation* EQUATION ast_type_name DOT attribute_name LPAREN (type parameter_name (COMMA type parameter_name)*)? RPAREN ( ASSIGN expression SEMICOLON | block )
Loading