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 ASTCursorSpecificationPLSQLParser. 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 ObjectPLSQLParserVisitor. visit(ASTCursorSpecification node, Object data)ObjectPLSQLParserVisitorAdapter. 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 ObjectAbstractPLSQLRule. visit(ASTCursorSpecification node, Object data)
-