Uses of Class
net.sourceforge.pmd.lang.apex.ast.ApexQualifiedName
-
Packages that use ApexQualifiedName Package Description net.sourceforge.pmd.lang.apex.ast net.sourceforge.pmd.lang.apex.metrics -
-
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()ApexQualifiedNameApexQualifiableNode. getQualifiedName()ApexQualifiedNameASTMethod. getQualifiedName()ApexQualifiedNameASTUserClass. getQualifiedName()ApexQualifiedNameASTUserInterface. getQualifiedName()static ApexQualifiedNameApexQualifiedName. ofString(String toParse)Parses a string conforming to the format defined below and returns an ApexQualifiedName. -
Uses of ApexQualifiedName in net.sourceforge.pmd.lang.apex.metrics
Methods in net.sourceforge.pmd.lang.apex.metrics with parameters of type ApexQualifiedName Modifier and Type Method Description booleanApexSignatureMatcher. hasMatchingSig(ApexQualifiedName qname, ApexOperationSigMask sigMask)Returns true if the signature of the operation designated by the qualified name is covered by the mask.
-