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

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode
      extended by org.richfaces.cdk.templatecompiler.el.node.AbstractMethodTreeNode
All Implemented Interfaces:
ITreeNode
Direct Known Subclasses:
AstFunctionTreeNode, AstMethodSuffixTreeNode

public abstract class AbstractMethodTreeNode
extends AbstractTreeNode

Author:
Nick Belaevski

Constructor Summary
AbstractMethodTreeNode(org.jboss.el.parser.Node node)
           
 
Method Summary
protected  void visitMethod(java.lang.StringBuilder sb, ELVisitor visitor, java.lang.String methodName)
           
 
Methods inherited from class org.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode
coerceToBoolean, getChild, getChildOutput, getChildrenCount, getNode, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMethodTreeNode

public AbstractMethodTreeNode(org.jboss.el.parser.Node node)
Parameters:
node -
Method Detail

visitMethod

protected void visitMethod(java.lang.StringBuilder sb,
                           ELVisitor visitor,
                           java.lang.String methodName)
                    throws ParsingException
Throws:
ParsingException


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.