Class ApexOperationSignature
- java.lang.Object
- 
- net.sourceforge.pmd.lang.apex.metrics.signature.ApexSignature
- 
- net.sourceforge.pmd.lang.apex.metrics.signature.ApexOperationSignature
 
 
- 
- All Implemented Interfaces:
- net.sourceforge.pmd.lang.metrics.Signature<ASTMethod>
 
 public final class ApexOperationSignature extends ApexSignature implements net.sourceforge.pmd.lang.metrics.Signature<ASTMethod> - Author:
- Clément Fournier
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class net.sourceforge.pmd.lang.apex.metrics.signature.ApexSignatureApexSignature.Visibility
 
- 
 - 
Field Summary- 
Fields inherited from class net.sourceforge.pmd.lang.apex.metrics.signature.ApexSignaturevisibility
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()static ApexOperationSignatureof(ASTMethod node)Builds the signature of this node.
 
- 
- 
- 
Method Detail- 
ofpublic static ApexOperationSignature of(ASTMethod node) Builds the signature of this node.- Parameters:
- node- The method node
- Returns:
- The signature of the node
 
 
- 
 
-