net.sourceforge.pmd.lang.metrics.Signature<ASTMethod>public final class ApexOperationSignature extends ApexSignature implements net.sourceforge.pmd.lang.metrics.Signature<ASTMethod>
ApexSignature.Visibilityvisibility| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
int |
hashCode() |
|
static ApexOperationSignature |
of(ASTMethod node) |
Builds the signature of this node.
|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic static ApexOperationSignature of(ASTMethod node)
node - The method nodeCopyright © 2002–2018 PMD. All rights reserved.