Package net.sourceforge.pmd.lang.rule
Class ImportWrapper
- java.lang.Object
-
- net.sourceforge.pmd.lang.rule.ImportWrapper
-
public class ImportWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description ImportWrapper(String fullname, String name)ImportWrapper(String fullname, String name, Node node)ImportWrapper(String fullname, String name, Node node, boolean isStaticDemand)ImportWrapper(String fullname, String name, Node node, Class<?> type, boolean isStaticDemand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetFullName()StringgetName()NodegetNode()inthashCode()booleanisStaticOnDemand()booleanmatches(ImportWrapper i)StringtoString()
-
-
-
Method Detail
-
matches
public boolean matches(ImportWrapper i)
-
getName
public String getName()
-
getFullName
public String getFullName()
-
getNode
public Node getNode()
-
isStaticOnDemand
public boolean isStaticOnDemand()
-
-