public abstract class ImmutableToken extends Object
| Constructor and Description |
|---|
ImmutableToken() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
beginColumn()
The column number of the first character of this Token.
|
abstract int |
beginLine()
The line number of the first character of this Token.
|
static ImmutableToken |
create(org.apache.lucene.queryparser.classic.Token mutableToken) |
abstract int |
endColumn()
The column number of the last character of this Token.
|
abstract int |
endLine()
The line number of the last character of this Token.
|
abstract String |
image()
The string image of the token.
|
abstract int |
kind() |
boolean |
matches(int tokenType,
String tokenValue) |
public abstract int kind()
public abstract int beginLine()
public abstract int beginColumn()
public abstract int endLine()
public abstract int endColumn()
public abstract String image()
public static ImmutableToken create(org.apache.lucene.queryparser.classic.Token mutableToken)
public boolean matches(int tokenType,
String tokenValue)
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.