Uses of Interface
net.sourceforge.pmd.lang.ast.QualifiedName
-
Packages that use QualifiedName Package Description net.sourceforge.pmd.lang.ast net.sourceforge.pmd.lang.metrics Language-independent framework to represent code metrics. -
-
Uses of QualifiedName in net.sourceforge.pmd.lang.ast
Methods in net.sourceforge.pmd.lang.ast that return QualifiedName Modifier and Type Method Description QualifiedName
QualifiedName. getClassName()
Deprecated.Returns the qualified name of the class the resource is located in.QualifiedName
QualifiableNode. getQualifiedName()
Deprecated.Returns a qualified name for this node. -
Uses of QualifiedName in net.sourceforge.pmd.lang.metrics
Methods in net.sourceforge.pmd.lang.metrics with parameters of type QualifiedName Modifier and Type Method Description MetricMemoizer<T>
BasicProjectMemoizer. getClassMemoizer(QualifiedName qname)
Deprecated.MetricMemoizer<T>
ProjectMemoizer. getClassMemoizer(QualifiedName qname)
Deprecated.Gets the class metric memoizer corresponding to the qualified name.MetricMemoizer<O>
BasicProjectMemoizer. getOperationMemoizer(QualifiedName qname)
Deprecated.MetricMemoizer<O>
ProjectMemoizer. getOperationMemoizer(QualifiedName qname)
Deprecated.Gets the operation metric memoizer corresponding to the qualified name.
-