Skip to content

Commit be0b6f4

Browse files
committed
use StandardTokenTypes
1 parent 10fd527 commit be0b6f4

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

aop-common/src/main/java/com/intellij/aop/psi/AopElementTypes.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,15 @@
1616

1717
package com.intellij.aop.psi;
1818

19+
import consulo.language.ast.*;
1920
import 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;
2622
import 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");//..

0 commit comments

Comments
 (0)