AST
class Constraints

General Info

Type Hierarchy:
java.lang.Object
  extended by AST.Constraints

Description

Member Filters

API level:

Aspect:

Constructors

public Constraints()

Methods

public boolean unresolvedTypeArguments()
public void printConstraints()
public void resolveBounds()
public void replaceEqualityConstraints(TypeDecl before,
                                       TypeDecl after)
public void replaceAllConstraints(TypeDecl before,
                                  TypeDecl after)
public static java.util.HashSet directSupertypes(TypeDecl t)
public static java.util.HashSet parameterizedSupertypes(TypeDecl t)
public static void addParameterizedSupertypes(TypeDecl t,
                                              java.util.HashSet processed,
                                              java.util.HashSet result)
public java.util.Collection typeArguments()
public void convertibleTo(TypeDecl A,
                          TypeDecl F)
public void convertibleFrom(TypeDecl A,
                            TypeDecl F)
public void constraintEqual(TypeDecl A,
                            TypeDecl F)

Fields

public boolean rawAccess

Inherited Members

Methods inherited from class java.lang.Object

clone
equals
finalize
getClass
hashCode
notify
notifyAll
toString
wait
wait
wait