org.sonar.java.resolve
Class Type.MethodType

java.lang.Object
  extended by org.sonar.java.resolve.Type
      extended by org.sonar.java.resolve.Type.MethodType
Enclosing class:
Type

public static class Type.MethodType
extends Type


Nested Class Summary
 
Nested classes/interfaces inherited from class org.sonar.java.resolve.Type
Type.ArrayType, Type.ClassType, Type.MethodType
 
Field Summary
 
Fields inherited from class org.sonar.java.resolve.Type
ARRAY, BOOLEAN, BOT, BYTE, CHAR, CLASS, DOUBLE, FLOAT, INT, LONG, METHOD, SHORT, VOID
 
Constructor Summary
Type.MethodType(List<Type> argTypes, Type resultType, List<Type> thrown, Symbol.TypeSymbol symbol)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Type.MethodType

public Type.MethodType(List<Type> argTypes,
                       Type resultType,
                       List<Type> thrown,
                       Symbol.TypeSymbol symbol)


Copyright © 2012-2014 SonarSource. All Rights Reserved.