RichFaces CDK Generator 4.2.0.CR1

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(StringBuilder sb, ELVisitor visitor, 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(StringBuilder sb,
                           ELVisitor visitor,
                           String methodName)
                    throws ParsingException
Throws:
ParsingException

RichFaces CDK Generator 4.2.0.CR1

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