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

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

public final class ConstantValueTreeNode
extends AbstractTreeNode

Author:
Nick Belaevski

Field Summary
static ConstantValueTreeNode FALSE_NODE
           
static ConstantValueTreeNode NULL_NODE
           
static ConstantValueTreeNode TRUE_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
 

Field Detail

NULL_NODE

public static final ConstantValueTreeNode NULL_NODE

TRUE_NODE

public static final ConstantValueTreeNode TRUE_NODE

FALSE_NODE

public static final ConstantValueTreeNode FALSE_NODE
Method Detail

visit

public void visit(java.lang.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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.