Uses of Class
net.sourceforge.pmd.lang.apex.metrics.signature.ApexOperationSignature
-
Packages that use ApexOperationSignature Package Description net.sourceforge.pmd.lang.apex.ast net.sourceforge.pmd.lang.apex.metrics.signature -
-
Uses of ApexOperationSignature in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast that return ApexOperationSignature Modifier and Type Method Description ApexOperationSignatureASTMethod. getSignature() -
Uses of ApexOperationSignature in net.sourceforge.pmd.lang.apex.metrics.signature
Methods in net.sourceforge.pmd.lang.apex.metrics.signature that return ApexOperationSignature Modifier and Type Method Description static ApexOperationSignatureApexOperationSignature. of(ASTMethod node)Builds the signature of this node.Methods in net.sourceforge.pmd.lang.apex.metrics.signature with parameters of type ApexOperationSignature Modifier and Type Method Description booleanApexOperationSigMask. covers(ApexOperationSignature sig)Returns true if the parameter is covered by this mask.
-