public final class ApexOperationSignature extends ApexSignature implements Signature<ASTMethod>
ApexSignature.Visibility
visibility
Modifier and Type | Method and 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–2017 PMD. All rights reserved.