Class UPlaceholderExpression.PlaceholderParamIdent

java.lang.Object
com.google.errorprone.refaster.UPlaceholderExpression.PlaceholderParamIdent
All Implemented Interfaces:
ExpressionTree, IdentifierTree, Tree, Cloneable
Enclosing class:
UPlaceholderExpression

public static final class UPlaceholderExpression.PlaceholderParamIdent extends Object
Author:
lowasser@google.com (Louis Wasserman)
  • Field Details

    • name

      public com.sun.tools.javac.util.Name name
    • sym

      public com.sun.tools.javac.code.Symbol sym
    • pos

      public int pos
    • type

      public com.sun.tools.javac.code.Type type
  • Method Details

    • accept

      public void accept(com.sun.tools.javac.tree.JCTree.Visitor arg0)
    • getKind

      public Tree.Kind getKind()
      Specified by:
      getKind in interface Tree
    • getName

      public com.sun.tools.javac.util.Name getName()
      Specified by:
      getName in interface IdentifierTree
    • accept

      public <R,D> R accept(TreeVisitor<R,D> arg0, D arg1)
      Specified by:
      accept in interface Tree
    • getTag

      public com.sun.tools.javac.tree.JCTree.Tag getTag()
    • setType

      public com.sun.tools.javac.tree.JCTree.JCExpression setType(com.sun.tools.javac.code.Type arg0)
    • setPos

      public com.sun.tools.javac.tree.JCTree.JCExpression setPos(int arg0)
    • isPoly

      public boolean isPoly()
    • isStandalone

      public boolean isStandalone()
    • hasTag

      public boolean hasTag(com.sun.tools.javac.tree.JCTree.Tag arg0)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • pos

      public com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition pos()
    • getTree

      public com.sun.tools.javac.tree.JCTree getTree()
    • getStartPosition

      public int getStartPosition()
    • getPreferredPosition

      public int getPreferredPosition()
    • getEndPosition

      public int getEndPosition(com.sun.tools.javac.tree.EndPosTable arg0)