Interface JspVisitor<P,R>

All Superinterfaces:
AstVisitor<P,R>
All Known Implementing Classes:
AbstractJspRule, DuplicateJspImportsRule, JspVisitorBase, NoInlineStyleInformationRule, NoUnsanitizedJSPExpressionRule

@Generated("org.javacc.javacc") public interface JspVisitor<P,R> extends AstVisitor<P,R>