|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode
org.richfaces.cdk.templatecompiler.el.node.AstNotTreeNode
public class AstNotTreeNode
This class extend AbstractTreeNode and wrap AstNot node.
| Constructor Summary | |
|---|---|
AstNotTreeNode(org.jboss.el.parser.Node node)
|
|
| Method Summary | |
|---|---|
void |
visit(java.lang.StringBuilder sb,
ELVisitor visitor)
Return child of wrapped node by specified index. |
| Methods inherited from class org.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode |
|---|
coerceToBoolean, getChild, getChildOutput, getChildrenCount, getNode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AstNotTreeNode(org.jboss.el.parser.Node node)
| Method Detail |
|---|
public void visit(java.lang.StringBuilder sb,
ELVisitor visitor)
throws ParsingException
AbstractTreeNode
visit in interface ITreeNodevisit in class AbstractTreeNodevisitor - - ELVisitor
ParsingException - - if error occurred(child not found).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||