Class JavaDataFlowHandler

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

    @InternalApi
    @Deprecated
    public class JavaDataFlowHandler
    extends Object
    implements net.sourceforge.pmd.lang.DataFlowHandler
    Deprecated.
    Is internal API.
    • Constructor Detail

      • JavaDataFlowHandler

        public JavaDataFlowHandler()
        Deprecated.
    • Method Detail

      • createDataFlowNode

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

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