RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.el.node
Class EqualityTestTreeNode

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode
      extended by org.richfaces.cdk.templatecompiler.el.node.EqualityTestTreeNode
All Implemented Interfaces:
ITreeNode

public class EqualityTestTreeNode
extends AbstractTreeNode

Author:
Nick Belaevski

Constructor Summary
EqualityTestTreeNode(org.jboss.el.parser.Node node)
           
EqualityTestTreeNode(org.jboss.el.parser.Node node, boolean negateValue)
           
 
Method Summary
 void visit(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

EqualityTestTreeNode

public EqualityTestTreeNode(org.jboss.el.parser.Node node)
Parameters:
node -

EqualityTestTreeNode

public EqualityTestTreeNode(org.jboss.el.parser.Node node,
                            boolean negateValue)
Method Detail

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).

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.