org.sonar.java.language
Class ReturnType

java.lang.Object
  extended by org.sonar.java.language.ArgumentAndReturnType
      extended by org.sonar.java.language.ReturnType

public class ReturnType
extends ArgumentAndReturnType


Constructor Summary
ReturnType(ArgumentAndReturnType argumentAndReturnType)
           
ReturnType(JavaType javaType, boolean isArray)
           
ReturnType(String classCanonicalName, boolean isArray)
           
 
Method Summary
 
Methods inherited from class org.sonar.java.language.ArgumentAndReturnType
getClassCanonicalName, getJavaType, isArray, isOject, isVoid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnType

public ReturnType(JavaType javaType,
                  boolean isArray)

ReturnType

public ReturnType(String classCanonicalName,
                  boolean isArray)

ReturnType

public ReturnType(ArgumentAndReturnType argumentAndReturnType)


Copyright © 2009 SonarSource SA. All Rights Reserved.