public abstract class UnaryNode extends Node
Modifier and Type | Field and Description |
---|---|
Node |
content
The content of this node
|
indexOptions
Constructor and Description |
---|
UnaryNode() |
Modifier and Type | Method and Description |
---|---|
Node |
getContent()
Get the content of this node
|
void |
setContent(Node content)
Set the content of this node
|
accept, cloneNode, copyOptionsFrom, escapeStr, getHighlight, toELLQL, toELLQLBinary, toELLQLConstant, toELLQLNAry, toELLQLUnary, unEscapeStr
Copyright © 2013 Dassault Systèmes, All Rights Reserved.