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