org.sonar.java.language
Class JavaMethodSignature

java.lang.Object
  extended by org.sonar.java.language.JavaMethodSignature

public class JavaMethodSignature
extends Object


Constructor Summary
JavaMethodSignature(String methodName, ReturnType returnType, ArgumentType... argumentTypes)
           
JavaMethodSignature(String methodName, ReturnType returnType, List<ArgumentType> argumentTypes)
           
 
Method Summary
static JavaMethodSignature create(String methodSignature)
           
 String dumpMethodSignature()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaMethodSignature

public JavaMethodSignature(String methodName,
                           ReturnType returnType,
                           ArgumentType... argumentTypes)

JavaMethodSignature

public JavaMethodSignature(String methodName,
                           ReturnType returnType,
                           List<ArgumentType> argumentTypes)
Method Detail

create

public static JavaMethodSignature create(String methodSignature)

dumpMethodSignature

public String dumpMethodSignature()


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.