Interface JspNode

All Superinterfaces:
GenericNode<JspNode>, JjtreeNode<JspNode>, Node, Reportable, TextAvailableNode
All Known Implementing Classes:
ASTAttribute, ASTAttributeValue, ASTCData, ASTCommentTag, ASTCompilationUnit, ASTContent, ASTDeclaration, ASTDoctypeDeclaration, ASTDoctypeExternalId, ASTElement, ASTElExpression, ASTHtmlScript, ASTJspComment, ASTJspDeclaration, ASTJspDirective, ASTJspDirectiveAttribute, ASTJspExpression, ASTJspExpressionInAttribute, ASTJspScriptlet, ASTText, ASTUnparsedText, ASTValueBinding

public interface JspNode extends JjtreeNode<JspNode>