net.sourceforge.pmd.lang.metrics.Signature<ASTMethod>
public final class ApexOperationSignature extends ApexSignature implements net.sourceforge.pmd.lang.metrics.Signature<ASTMethod>
ApexSignature.Visibility
visibility
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.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public static ApexOperationSignature of(ASTMethod node)
node
- The method nodeCopyright © 2002–2018 PMD. All rights reserved.