Class UForAll
java.lang.Object
com.google.errorprone.refaster.UType
com.google.errorprone.refaster.UForAll
- All Implemented Interfaces:
Unifiable<com.sun.tools.javac.code.Type>, Serializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UForAll
abstract UType
abstract com.google.common.collect.ImmutableList
<UTypeVar> com.sun.tools.javac.code.Type
visitArrayType
(com.sun.tools.javac.code.Type.ArrayType arg0, Unifier arg1) visitCapturedType
(com.sun.tools.javac.code.Type.CapturedType arg0, Unifier arg1) visitClassType
(com.sun.tools.javac.code.Type.ClassType arg0, Unifier arg1) visitErrorType
(com.sun.tools.javac.code.Type.ErrorType arg0, Unifier arg1) visitForAll
(com.sun.tools.javac.code.Type.ForAll target, Unifier unifier) visitMethodType
(com.sun.tools.javac.code.Type.MethodType arg0, Unifier arg1) visitModuleType
(com.sun.tools.javac.code.Type.ModuleType arg0, Unifier arg1) visitPackageType
(com.sun.tools.javac.code.Type.PackageType arg0, Unifier arg1) visitTypeVar
(com.sun.tools.javac.code.Type.TypeVar arg0, Unifier arg1) visitUndetVar
(com.sun.tools.javac.code.Type.UndetVar arg0, Unifier arg1) visitWildcardType
(com.sun.tools.javac.code.Type.WildcardType arg0, Unifier arg1)
-
Constructor Details
-
UForAll
public UForAll()
-
-
Method Details
-
create
-
getTypeVars
-
getQuantifiedType
-
visitForAll
-
inline
- Throws:
CouldNotResolveImportException
-
visitCapturedType
-
visitUndetVar
-
visit
-
visitClassType
-
visitWildcardType
-
visitArrayType
-
visitMethodType
-
visitPackageType
-
visitModuleType
-
visitTypeVar
-
visitErrorType
-