public interface MacroTokenType
Modifier and Type | Field and Description |
---|---|
static IElementType |
COMMA |
static IElementType |
EQ |
static IElementType |
IDENTIFIER |
static IElementType |
LPAREN |
static IElementType |
RPAREN |
static IElementType |
STRING_LITERAL |
static IElementType |
WHITE_SPACE |
static final IElementType WHITE_SPACE
static final IElementType IDENTIFIER
static final IElementType STRING_LITERAL
static final IElementType LPAREN
static final IElementType RPAREN
static final IElementType COMMA
static final IElementType EQ