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
!2
Feature/autoformat
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/autoformat
feature/autoformat
into
develop
Overview
1
Commits
7
Pipelines
8
Changes
7
Merged
Johannes Mey
requested to merge
feature/autoformat
into
develop
3 years ago
Overview
1
Commits
7
Pipelines
8
Changes
7
Expand
resolves
#2 (closed)
Edited
3 years ago
by
Johannes Mey
0
0
Merge request reports
Viewing commit
39181125
Show latest version
7 files
+
105
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
39181125
rename more occurences of ast type names. use at own risk!
· 39181125
Johannes Mey
authored
3 years ago
src/main/grammar/Aspect.bnf
+
4
−
0
Options
@@ -215,6 +215,10 @@ type ::= reference_type | primitive_type
reference_type ::= ( primitive_type (LBRACKET RBRACKET)+ ) | ( class_or_interface_type (LBRACKET RBRACKET)* )
class_or_interface_type ::= java_identifier type_arguments? (DOT java_identifier type_arguments? )*
{
extends="org.jastadd.tooling.aspect.psi.impl.JastAddAspectClassOrInterfaceTypeImplExtension"
implements="org.jastadd.tooling.grammar.psi.GrammarNamedElement"
}
type_arguments ::= LT (type_argument (COMMA type_argument)* )? GT
Loading