Uses of Class
net.sourceforge.pmd.lang.plsql.ast.ASTCursorSpecification
-
Packages that use ASTCursorSpecification Package Description net.sourceforge.pmd.lang.plsql.ast net.sourceforge.pmd.lang.plsql.rule -
-
Uses of ASTCursorSpecification in net.sourceforge.pmd.lang.plsql.ast
Methods in net.sourceforge.pmd.lang.plsql.ast that return ASTCursorSpecification Modifier and Type Method Description ASTCursorSpecification
PLSQLParser. CursorSpecification()
Deprecated.This is in plsql actually called CursorDeclaration or CursorDefinition.Methods in net.sourceforge.pmd.lang.plsql.ast with parameters of type ASTCursorSpecification Modifier and Type Method Description Object
PLSQLParserVisitor. visit(ASTCursorSpecification node, Object data)
Object
PLSQLParserVisitorAdapter. visit(ASTCursorSpecification node, Object data)
-
Uses of ASTCursorSpecification in net.sourceforge.pmd.lang.plsql.rule
Methods in net.sourceforge.pmd.lang.plsql.rule with parameters of type ASTCursorSpecification Modifier and Type Method Description Object
AbstractPLSQLRule. visit(ASTCursorSpecification node, Object data)
-