Class UMethodType

java.lang.Object
com.sun.tools.javac.code.Types.DefaultTypeVisitor<R,S>
com.sun.tools.javac.code.Types.SimpleVisitor<Choice<Unifier>,Unifier>
com.google.errorprone.refaster.UType
com.google.errorprone.refaster.UMethodType
All Implemented Interfaces:
Unifiable<com.sun.tools.javac.code.Type>, com.sun.tools.javac.code.Type.Visitor<Choice<Unifier>,Unifier>, Serializable

public abstract class UMethodType extends UType
A UType representation of a Type.MethodType. This can be used to e.g. disambiguate method overloads.
Author:
lowasser@google.com (Louis Wasserman)
See Also: