Package com.google.errorprone.refaster
Class UTypeVar.TypeWithExpression
java.lang.Object
com.google.errorprone.refaster.UTypeVar.TypeWithExpression
- Enclosing class:
- UTypeVar
public abstract static class UTypeVar.TypeWithExpression extends Object
Tuple of an expression with an associated type.
-
Constructor Summary
Constructors Constructor Description TypeWithExpression()
-
Method Summary
Modifier and Type Method Description static UTypeVar.TypeWithExpression
create(com.sun.tools.javac.code.Type type)
static UTypeVar.TypeWithExpression
create(com.sun.tools.javac.code.Type type, com.sun.tools.javac.tree.JCTree.JCExpression expression)
com.sun.tools.javac.tree.JCTree.JCExpression
inline(Inliner inliner)
String
toString()
abstract com.sun.tools.javac.code.Type
type()
-
Constructor Details
-
TypeWithExpression
public TypeWithExpression()
-
-
Method Details
-
create
public static UTypeVar.TypeWithExpression create(com.sun.tools.javac.code.Type type, com.sun.tools.javac.tree.JCTree.JCExpression expression) -
create
-
type
public abstract com.sun.tools.javac.code.Type type() -
inline
-
toString
-