File tree Expand file tree Collapse file tree
aop-common/src/main/java/com/intellij/aop/psi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717package com .intellij .aop .psi ;
1818
19+ import consulo .language .ast .*;
1920import jakarta .annotation .Nonnull ;
2021
21- import consulo .language .ast .IFileElementType ;
22- import consulo .language .ast .ILeafElementType ;
23- import consulo .language .ast .TokenType ;
24- import consulo .language .ast .TokenSet ;
25- import consulo .language .ast .ASTNode ;
2622import consulo .language .impl .psi .PsiWhiteSpaceImpl ;
2723
2824/**
2925 * @author peter
3026 */
31- public interface AopElementTypes extends TokenType {
27+ public interface AopElementTypes extends StandardTokenTypes {
3228 AopElementType AOP_ASTERISK = new AopElementType ("AOP_ASTERISK" );//*
3329 AopElementType AOP_DOT = new AopElementType ("AOP_DOT" );//.
3430 AopElementType AOP_DOT_DOT = new AopElementType ("AOP_DOT_DOT" );//..
You can’t perform that action at this time.
0 commit comments