Uses of Class
net.sourceforge.pmd.lang.plsql.ast.ASTSkip2NextTokenOccurrence
-
Packages that use ASTSkip2NextTokenOccurrence Package Description net.sourceforge.pmd.lang.plsql.ast net.sourceforge.pmd.lang.plsql.rule -
-
Uses of ASTSkip2NextTokenOccurrence in net.sourceforge.pmd.lang.plsql.ast
Methods in net.sourceforge.pmd.lang.plsql.ast with parameters of type ASTSkip2NextTokenOccurrence Modifier and Type Method Description Object
PLSQLParserVisitor. visit(ASTSkip2NextTokenOccurrence node, Object data)
Object
PLSQLParserVisitorAdapter. visit(ASTSkip2NextTokenOccurrence node, Object data)
-
Uses of ASTSkip2NextTokenOccurrence in net.sourceforge.pmd.lang.plsql.rule
Methods in net.sourceforge.pmd.lang.plsql.rule with parameters of type ASTSkip2NextTokenOccurrence Modifier and Type Method Description Object
AbstractPLSQLRule. visit(ASTSkip2NextTokenOccurrence node, Object data)
-