Uses of Class
net.sourceforge.pmd.lang.apex.ast.ApexQualifiedName
-
Packages that use ApexQualifiedName Package Description net.sourceforge.pmd.lang.apex.ast -
-
Uses of ApexQualifiedName in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast that return ApexQualifiedName Modifier and Type Method Description ApexQualifiedNameApexQualifiedName. getClassName()Returns the qualified name of the class the resource is located in.ApexQualifiedNameApexQualifiableNode. getQualifiedName()ApexQualifiedNameASTMethod. getQualifiedName()ApexQualifiedNameASTUserEnum. getQualifiedName()static ApexQualifiedNameApexQualifiedName. ofString(String toParse)Parses a string conforming to the format defined below and returns an ApexQualifiedName.
-