Class PLSQLDataFlowHandler

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.DataFlowHandler

    public class PLSQLDataFlowHandler
    extends java.lang.Object
    implements net.sourceforge.pmd.lang.DataFlowHandler
    • Field Summary

      • Fields inherited from interface net.sourceforge.pmd.lang.DataFlowHandler

        DUMMY
    • Constructor Detail

      • PLSQLDataFlowHandler

        public PLSQLDataFlowHandler()
    • Method Detail

      • createDataFlowNode

        public net.sourceforge.pmd.lang.dfa.DataFlowNode createDataFlowNode​(java.util.List<net.sourceforge.pmd.lang.dfa.DataFlowNode> dataFlow,
                                                                            net.sourceforge.pmd.lang.ast.Node node)
        Specified by:
        createDataFlowNode in interface net.sourceforge.pmd.lang.DataFlowHandler
      • getLabelStatementNodeClass

        public java.lang.Class<ASTLabelledStatement> getLabelStatementNodeClass()
        Specified by:
        getLabelStatementNodeClass in interface net.sourceforge.pmd.lang.DataFlowHandler