Class T_SUBQUERY_OPTIONS_SEPARATOR
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.util.queryparser.Token
de.fraunhofer.iosb.ilt.frostserver.util.queryparser.nodes.T_SUBQUERY_OPTIONS_SEPARATOR
- All Implemented Interfaces:
de.fraunhofer.iosb.ilt.frostserver.util.queryparser.Node,de.fraunhofer.iosb.ilt.frostserver.util.queryparser.QConstants,Comparable<de.fraunhofer.iosb.ilt.frostserver.util.queryparser.Node>
public class T_SUBQUERY_OPTIONS_SEPARATOR
extends de.fraunhofer.iosb.ilt.frostserver.util.queryparser.Token
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.fraunhofer.iosb.ilt.frostserver.util.queryparser.Node
de.fraunhofer.iosb.ilt.frostserver.util.queryparser.Node.VisitorNested classes/interfaces inherited from interface de.fraunhofer.iosb.ilt.frostserver.util.queryparser.QConstants
de.fraunhofer.iosb.ilt.frostserver.util.queryparser.QConstants.LexicalState, de.fraunhofer.iosb.ilt.frostserver.util.queryparser.QConstants.TokenType -
Field Summary
Fields inherited from interface de.fraunhofer.iosb.ilt.frostserver.util.queryparser.QConstants
BUF_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionT_SUBQUERY_OPTIONS_SEPARATOR(de.fraunhofer.iosb.ilt.frostserver.util.queryparser.QConstants.TokenType type, de.fraunhofer.iosb.ilt.frostserver.util.queryparser.QLexer tokenSource, int beginOffset, int endOffset) -
Method Summary
Methods inherited from class de.fraunhofer.iosb.ilt.frostserver.util.queryparser.Token
addChild, addChild, children, clearChildren, copyLocationInfo, copyLocationInfo, followingTokens, getBeginOffset, getChild, getChildCount, getEndOffset, getImage, getLocation, getNext, getNormalizedText, getParent, getPrevious, getSource, getTokenSource, getType, indexOf, isInserted, isSkipped, isUnparsed, isVirtual, newToken, newToken, nextCachedToken, precedingTokens, precedingUnparsedTokens, preInsert, previousCachedToken, removeChild, replaceType, setBeginOffset, setChild, setEndOffset, setImage, setParent, setTokenSource, setType, setUnparsed, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.fraunhofer.iosb.ilt.frostserver.util.queryparser.Node
appendChild, children, childrenOfType, close, compareTo, descendants, descendants, descendants, descendants, descendantsOfType, dump, dump, firstAncestorOfType, firstChildOfType, firstChildOfType, firstChildOfType, firstDescendantOfType, firstDescendantOfType, getAllTokens, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getFirstChild, getFirstToken, getInputSource, getLastChild, getLastToken, getRealTokens, getRoot, getTokenType, hasChildNodes, iterator, nextSibling, open, prependChild, previousSibling, removeChild, replace, replaceChild
-
Constructor Details
-
T_SUBQUERY_OPTIONS_SEPARATOR
public T_SUBQUERY_OPTIONS_SEPARATOR(de.fraunhofer.iosb.ilt.frostserver.util.queryparser.QConstants.TokenType type, de.fraunhofer.iosb.ilt.frostserver.util.queryparser.QLexer tokenSource, int beginOffset, int endOffset)
-