org.sonar.java.signature
Class MethodSignature

java.lang.Object
  extended by org.sonar.java.signature.MethodSignature

public class MethodSignature
extends Object


Constructor Summary
MethodSignature(String methodName, Parameter returnType, List<Parameter> argumentTypes)
           
MethodSignature(String methodName, Parameter returnType, Parameter... argumentTypes)
           
 
Method Summary
 List<Parameter> getArgumentTypes()
           
 String getMethodName()
           
 Parameter getReturnType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodSignature

public MethodSignature(String methodName,
                       Parameter returnType,
                       Parameter... argumentTypes)

MethodSignature

public MethodSignature(String methodName,
                       Parameter returnType,
                       List<Parameter> argumentTypes)
Method Detail

getMethodName

public String getMethodName()

getReturnType

public Parameter getReturnType()

getArgumentTypes

public List<Parameter> getArgumentTypes()


Copyright © 2009-2012 SonarSource. All Rights Reserved.