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 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

      public static UTypeVar.TypeWithExpression create(com.sun.tools.javac.code.Type type)
    • type

      public abstract com.sun.tools.javac.code.Type type()
    • inline

      public com.sun.tools.javac.tree.JCTree.JCExpression inline(Inliner inliner)
    • toString

      public final String toString()
      Overrides:
      toString in class Object