Interface PlsqlVisitor<P,R>

All Superinterfaces:
AstVisitor<P,R>
All Known Implementing Classes:
AbstractPLSQLRule, AvoidTabCharacterRule, CodeFormatRule, CyclomaticComplexityRule, ExcessiveMethodLengthRule, ExcessiveObjectLengthRule, ExcessivePackageBodyLengthRule, ExcessivePackageSpecificationLengthRule, ExcessiveParameterListRule, ExcessiveTypeLengthRule, LineLengthRule, NcssCountRule, NcssMethodCountRule, NcssObjectCountRule, NPathComplexityRule, OccurrenceFinder, PlsqlVisitorBase, ScopeAndDeclarationFinder, TooManyFieldsRule

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