public interface ITreeNode
| Modifier and Type | Method and Description |
|---|---|
ITreeNode |
getChild(int index,
ELVisitor visitor)
Return child of wrapped node by specified index
|
int |
getChildrenCount()
Returns count of children for this node
|
org.jboss.el.parser.Node |
getNode()
Return node of current wrapper.
|
void |
visit(StringBuilder sb,
ELVisitor visitor)
Visit current node.
|
org.jboss.el.parser.Node getNode()
void visit(StringBuilder sb, ELVisitor visitor) throws ParsingException
visitor - - ELVisitorstringBuilder - instance to collect information.ParsingException - - if error occurred during parsing process.ITreeNode getChild(int index, ELVisitor visitor) throws ParsingException
index - - index of child.visitor - TODOParsingException - - if error occurred(child not found).int getChildrenCount()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.