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 ApexQualifiedName
ApexQualifiedName. getClassName()
ApexQualifiedName
ApexQualifiableNode. getQualifiedName()
ApexQualifiedName
ASTMethod. getQualifiedName()
ApexQualifiedName
ASTUserClass. getQualifiedName()
ApexQualifiedName
ASTUserInterface. getQualifiedName()
static ApexQualifiedName
ApexQualifiedName. 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 boolean
ApexSignatureMatcher. hasMatchingSig(ApexQualifiedName qname, ApexOperationSigMask sigMask)
Returns true if the signature of the operation designated by the qualified name is covered by the mask.
-