org.sonar.java.resolve
Class Types

java.lang.Object
  extended by org.sonar.java.resolve.Types

public class Types
extends Object


Constructor Summary
Types()
           
 
Method Summary
 boolean isSubtype(Type t, Type s)
          JLS7 4.10.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Types

public Types()
Method Detail

isSubtype

public boolean isSubtype(Type t,
                         Type s)
JLS7 4.10. Subtyping



Copyright © 2012-2014 SonarSource. All Rights Reserved.