public class At extends UnaryNode
indexOptions
Constructor and Description |
---|
At() |
At(Node child,
int position,
IndexOptions options)
Create an cached a node
|
Modifier and Type | Method and Description |
---|---|
Node |
accept(NodeVisitor visitor) |
Node |
cloneNode() |
int |
getPosition() |
void |
toELLQL(java.lang.StringBuilder buffer,
boolean sortNAry) |
getContent, setContent
copyOptionsFrom, escapeStr, getHighlight, toELLQLBinary, toELLQLConstant, toELLQLNAry, toELLQLUnary, unEscapeStr
public At(Node child, int position, IndexOptions options)
public At()
public void toELLQL(java.lang.StringBuilder buffer, boolean sortNAry)
public Node accept(NodeVisitor visitor) throws QueryProcessingException
accept
in class Node
QueryProcessingException
public int getPosition()
Copyright © 2013 Dassault Systèmes, All Rights Reserved.