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