Package | Description |
---|---|
net.sourceforge.pmd.lang.apex.ast | |
net.sourceforge.pmd.lang.apex.metrics |
Modifier and Type | Method | Description |
---|---|---|
ApexQualifiedName |
ApexQualifiedName.getClassName() |
|
ApexQualifiedName |
ApexQualifiableNode.getQualifiedName() |
|
ApexQualifiedName |
ASTMethod.getQualifiedName() |
|
ApexQualifiedName |
ASTUserClass.getQualifiedName() |
|
ApexQualifiedName |
ASTUserInterface.getQualifiedName() |
|
static ApexQualifiedName |
ApexQualifiedName.ofString(java.lang.String toParse) |
Parses a string conforming to the format defined below and returns an 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.
|
Copyright © 2002–2018 PMD. All rights reserved.