Uses of Class
net.sourceforge.pmd.lang.java.ast.JavaQualifiedName
-
Packages that use JavaQualifiedName Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.qname -
-
Uses of JavaQualifiedName in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return JavaQualifiedName Modifier and Type Method Description JavaQualifiedNameJavaQualifiableNode. getQualifiedName()Returns a qualified name for this node.static JavaQualifiedNameJavaQualifiedName. ofClass(java.lang.Class<?> clazz)Deprecated.static JavaQualifiedNameJavaQualifiedName. ofString(java.lang.String name)Deprecated.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type JavaQualifiedName Modifier and Type Method Description protected abstract booleanJavaQualifiedName. structurallyEquals(JavaQualifiedName qname)Returns true if the given qname is identical to this qname. -
Uses of JavaQualifiedName in net.sourceforge.pmd.lang.java.qname
Subclasses of JavaQualifiedName in net.sourceforge.pmd.lang.java.qname Modifier and Type Class Description classJavaOperationQualifiedNameSpecializes JavaQualifiedName for operations.classJavaTypeQualifiedNameSpecialisesJavaQualifiedNamefor type names.Methods in net.sourceforge.pmd.lang.java.qname that return JavaQualifiedName Modifier and Type Method Description static JavaQualifiedNameQualifiedNameFactory. ofString(java.lang.String name)Parses a qualified name given in the format defined for this implementation.Methods in net.sourceforge.pmd.lang.java.qname with parameters of type JavaQualifiedName Modifier and Type Method Description protected booleanJavaOperationQualifiedName. structurallyEquals(JavaQualifiedName qname)protected booleanJavaTypeQualifiedName. structurallyEquals(JavaQualifiedName qname)
-