org.richfaces.cdk.templatecompiler.el.node
Class AbstractMethodTreeNode
java.lang.Object
org.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMethodTreeNode
public AbstractMethodTreeNode(org.jboss.el.parser.Node node)
- Parameters:
node -
visitMethod
protected void visitMethod(StringBuilder sb,
ELVisitor visitor,
String methodName)
throws ParsingException
- Throws:
ParsingException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.