| Package | Description |
|---|---|
| gudusoft.gsqlparser.pp2.token |
| Modifier and Type | Method and Description |
|---|---|
static SourceSpan.Kind |
SourceSpanLedger.classifyToken(ETokenType type)
Classify a token type into a
SourceSpan.Kind. |
SourceSpan.Kind |
SourceSpan.getKind() |
static SourceSpan.Kind |
SourceSpan.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceSpan.Kind[] |
SourceSpan.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SourceSpan(int startOffset,
int endOffset,
SourceSpan.Kind kind,
String text) |