Class ImmutableToken
java.lang.Object
org.graylog.plugins.views.search.validation.ImmutableToken
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intThe column number of the first character of this Token.abstract intThe line number of the first character of this Token.static ImmutableTokencreate(org.apache.lucene.queryparser.classic.Token mutableToken) abstract intThe column number of the last character of this Token.abstract intendLine()The line number of the last character of this Token.abstract Stringimage()The string image of the token.abstract intkind()boolean
-
Constructor Details
-
ImmutableToken
public ImmutableToken()
-
-
Method Details
-
kind
public abstract int kind() -
beginLine
public abstract int beginLine()The line number of the first character of this Token. -
beginColumn
public abstract int beginColumn()The column number of the first character of this Token. -
endLine
public abstract int endLine()The line number of the last character of this Token. -
endColumn
public abstract int endColumn()The column number of the last character of this Token. -
image
The string image of the token. -
create
-
matches
-