Uses of Class
net.sourceforge.pmd.lang.java.qname.JavaOperationQualifiedName
-
Packages that use JavaOperationQualifiedName Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of JavaOperationQualifiedName in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return JavaOperationQualifiedName Modifier and Type Method Description JavaOperationQualifiedName
AbstractMethodLikeNode. getQualifiedName()
Deprecated.JavaOperationQualifiedName
MethodLikeNode. getQualifiedName()
Deprecated.Qualified names are not very useful objects.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type JavaOperationQualifiedName Modifier and Type Method Description void
AbstractMethodLikeNode. setQualifiedName(JavaOperationQualifiedName qualifiedName)
Deprecated.
-