public final class ConstantValueTreeNode extends AbstractTreeNode
| Modifier and Type | Field and Description |
|---|---|
static ConstantValueTreeNode |
FALSE_NODE |
static ConstantValueTreeNode |
NULL_NODE |
static ConstantValueTreeNode |
TRUE_NODE |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(StringBuilder sb,
ELVisitor visitor)
Return child of wrapped node by specified index.
|
coerceToBoolean, getChild, getChildOutput, getChildrenCount, getNodepublic static final ConstantValueTreeNode NULL_NODE
public static final ConstantValueTreeNode TRUE_NODE
public static final ConstantValueTreeNode FALSE_NODE
public void visit(StringBuilder sb, ELVisitor visitor) throws ParsingException
AbstractTreeNodevisit in interface ITreeNodevisit in class AbstractTreeNodevisitor - - ELVisitorParsingException - - if error occurred(child not found).Copyright © 2014 JBoss by Red Hat. All Rights Reserved.