public interface LexerRule extends SourceElement, UserDataHolder
| Modifier and Type | Field and Description |
|---|---|
static int |
KIND_CLASS |
static int |
KIND_LAYOUT |
static int |
KIND_NONE |
static int |
KIND_SOFT |
static int |
KIND_SPACE |
| Modifier and Type | Method and Description |
|---|---|
LexerRule |
getClassRule() |
int |
getIndex() |
int |
getKind() |
String |
getKindAsText() |
int |
getPriority() |
RegexPart |
getRegexp() |
Iterable<LexerState> |
getStates() |
Terminal |
getSymbol() |
boolean |
isExcluded() |
getUserData, putUserDatastatic final int KIND_NONE
static final int KIND_CLASS
static final int KIND_SOFT
static final int KIND_SPACE
static final int KIND_LAYOUT
int getIndex()
Terminal getSymbol()
RegexPart getRegexp()
int getPriority()
Iterable<LexerState> getStates()
int getKind()
String getKindAsText()
LexerRule getClassRule()
boolean isExcluded()
Copyright © 2014. All rights reserved.