org.richfaces.cdk.templatecompiler.el.node
Class AstEmptyTreeNode
java.lang.Object
org.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode
org.richfaces.cdk.templatecompiler.el.node.AstEmptyTreeNode
- All Implemented Interfaces:
- ITreeNode
public class AstEmptyTreeNode
- extends AbstractTreeNode
This class extend AbstractTreeNode and wrap AstEmpty node.
- Author:
- amarkhel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AstEmptyTreeNode
public AstEmptyTreeNode(org.jboss.el.parser.Node node)
visit
public void visit(StringBuilder sb,
ELVisitor visitor)
throws ParsingException
- Description copied from class:
AbstractTreeNode
- Return child of wrapped node by specified index. Abstract operation to override in subclasses.
- Specified by:
visit in interface ITreeNode- Specified by:
visit in class AbstractTreeNode
visitor - - ELVisitor
- Throws:
ParsingException - - if error occurred(child not found).
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.