public class RangeNode extends Node
Modifier and Type | Field and Description |
---|---|
java.lang.String |
context |
Node |
from |
Node |
to |
indexOptions
Constructor and Description |
---|
RangeNode() |
RangeNode(Node from,
Node to)
Create a new PrefixNode wrapping the argument
|
RangeNode(Node from,
Node to,
IndexOptions indexOptions) |
RangeNode(Node from,
Node to,
java.lang.String context) |
RangeNode(Node from,
Node to,
java.lang.String context,
IndexOptions indexOptions) |
RangeNode(RangeNode other) |
Modifier and Type | Method and Description |
---|---|
Node |
accept(NodeVisitor visitor) |
Node |
cloneNode() |
void |
toELLQL(java.lang.StringBuilder buffer,
boolean sortNAry) |
copyOptionsFrom, escapeStr, getHighlight, toELLQLBinary, toELLQLConstant, toELLQLNAry, toELLQLUnary, unEscapeStr
public RangeNode()
public RangeNode(Node from, Node to, IndexOptions indexOptions)
public RangeNode(Node from, Node to, java.lang.String context, IndexOptions indexOptions)
public RangeNode(RangeNode other)
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.