net.sourceforge.pmd.jsp.ast
Interface Node

All Superinterfaces:
Node
All Known Implementing Classes:
SimpleNode

public interface Node
extends Node


Method Summary
 java.lang.Object jjtAccept(JspParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from interface net.sourceforge.pmd.ast.Node
jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent
 

Method Detail

jjtAccept

public java.lang.Object jjtAccept(JspParserVisitor visitor,
                                  java.lang.Object data)
Accept the visitor. *



Copyright © 2002-2006 InfoEther. All Rights Reserved.