Class ImportWrapper


  • @Deprecated
    public class ImportWrapper
    extends Object
    Deprecated.
    This class is only useful for Java rules and should not have been added to pmd-core. It will be removed with PMD 7.
    • Constructor Detail

      • ImportWrapper

        public ImportWrapper​(String fullname,
                             String name)
        Deprecated.
      • ImportWrapper

        public ImportWrapper​(String fullname,
                             String name,
                             Node node)
        Deprecated.
      • ImportWrapper

        public ImportWrapper​(String fullname,
                             String name,
                             Node node,
                             Class<?> type,
                             boolean isStaticDemand)
        Deprecated.
      • ImportWrapper

        public ImportWrapper​(String fullname,
                             String name,
                             Node node,
                             boolean isStaticDemand)
        Deprecated.
    • Method Detail

      • equals

        public boolean equals​(Object other)
        Deprecated.
        Overrides:
        equals in class Object
      • matches

        public boolean matches​(ImportWrapper i)
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • getName

        public String getName()
        Deprecated.
      • getFullName

        public String getFullName()
        Deprecated.
      • getNode

        public Node getNode()
        Deprecated.
      • isStaticOnDemand

        public boolean isStaticOnDemand()
        Deprecated.