public class Token
extends java.lang.Object
Lexer
produces these from the OQL Query String.Constructor and Description |
---|
Token(TokenType type,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
Token |
addComment(Token comment) |
void |
appendComments(java.lang.StringBuilder s) |
int |
getOperatorPrecedence() |
TokenType |
getType() |
java.lang.String |
getValue() |
java.lang.Object |
getValueAsObject() |
boolean |
hasComment() |
boolean |
is(TokenType type) |
boolean |
isOneOf(TokenType... types) |
boolean |
isValueType(SchemaI schema) |
java.lang.String |
toString() |
public Token(TokenType type, java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
public void appendComments(java.lang.StringBuilder s)
public TokenType getType()
public java.lang.String getValue()
public java.lang.Object getValueAsObject() throws java.text.ParseException
java.text.ParseException
public boolean is(TokenType type)
public boolean isOneOf(TokenType... types)
public boolean isValueType(SchemaI schema)
public int getOperatorPrecedence()
public boolean hasComment()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.