scala.tools.nsc.ast

TreeInfo

abstract class TreeInfo extends reflect.internal.TreeInfo

This class ...

Source
TreeInfo.scala
Version

1.0

Linear Supertypes
reflect.internal.TreeInfo, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TreeInfo
  2. TreeInfo
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TreeInfo()

Type Members

  1. class Applied extends AnyRef

    Definition Classes
    TreeInfo
  2. class DynamicApplicationExtractor extends AnyRef

    Definition Classes
    TreeInfo
  3. abstract class SeeThroughBlocks[T] extends AnyRef

    Definition Classes
    TreeInfo

Abstract Value Members

  1. abstract val global: Global

    Definition Classes
    TreeInfo → TreeInfo

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from TreeInfo to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (TreeInfo, B)

    Implicit information
    This member is added by an implicit conversion from TreeInfo to ArrowAssoc[TreeInfo] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. object Applied

    Definition Classes
    TreeInfo
  9. object DynamicApplication extends DynamicApplicationExtractor

    Definition Classes
    TreeInfo
  10. object DynamicApplicationNamed extends DynamicApplicationExtractor

    Definition Classes
    TreeInfo
  11. object DynamicUpdate extends DynamicApplicationExtractor

    Definition Classes
    TreeInfo
  12. object IsFalse extends SeeThroughBlocks[Boolean]

    Definition Classes
    TreeInfo
  13. object IsIf extends SeeThroughBlocks[Option[(reflect.internal.SymbolTable.Tree, reflect.internal.SymbolTable.Tree, reflect.internal.SymbolTable.Tree)]]

    Definition Classes
    TreeInfo
  14. object IsTrue extends SeeThroughBlocks[Boolean]

    Definition Classes
    TreeInfo
  15. object MacroImplReference

    Definition Classes
    TreeInfo
  16. final val SYNTH_CASE_FLAGS: Int(2099200)

    Definition Classes
    TreeInfo
  17. object StripCast

    Definition Classes
    TreeInfo
  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def catchesAllOf(cdef: Global.CaseDef, threshold: Global.Type): Boolean

    Definition Classes
    TreeInfo
  20. def catchesThrowable(cdef: Global.CaseDef): Boolean

    Definition Classes
    TreeInfo
  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. def dissectApplied(tree: Global.Tree): Applied

    Definition Classes
    TreeInfo
  23. def ensuring(cond: (TreeInfo) ⇒ Boolean, msg: ⇒ Any): TreeInfo

    Implicit information
    This member is added by an implicit conversion from TreeInfo to Ensuring[TreeInfo] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: (TreeInfo) ⇒ Boolean): TreeInfo

    Implicit information
    This member is added by an implicit conversion from TreeInfo to Ensuring[TreeInfo] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean, msg: ⇒ Any): TreeInfo

    Implicit information
    This member is added by an implicit conversion from TreeInfo to Ensuring[TreeInfo] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean): TreeInfo

    Implicit information
    This member is added by an implicit conversion from TreeInfo to Ensuring[TreeInfo] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. def firstConstructor(stats: List[Global.Tree]): Global.Tree

    Definition Classes
    TreeInfo
  31. def firstConstructorArgs(stats: List[Global.Tree]): List[Global.Tree]

    Definition Classes
    TreeInfo
  32. def firstDefinesClassOrObject(trees: List[Global.Tree], name: Global.Name): Boolean

    Does list of trees start with a definition of a class of module with given name (ignoring imports)

    Does list of trees start with a definition of a class of module with given name (ignoring imports)

    Definition Classes
    TreeInfo → TreeInfo
  33. def foreachMethodParamAndArg(t: Global.Tree)(f: (Global.Symbol, Global.Tree) ⇒ Unit): Unit

    Definition Classes
    TreeInfo
  34. def foreachMethodParamAndArg(params: List[Global.Symbol], args: List[Global.Tree])(f: (Global.Symbol, Global.Tree) ⇒ Unit): Boolean

    Definition Classes
    TreeInfo
  35. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from TreeInfo to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  36. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  37. def hasSynthCaseSymbol(t: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  38. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  39. def isAbsTypeDef(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  40. def isAliasTypeDef(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  41. def isApplyDynamicName(name: Global.Name): Boolean

    Definition Classes
    TreeInfo
  42. def isByNameParamType(tpt: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  43. def isCatchCase(cdef: Global.CaseDef): Boolean

    Definition Classes
    TreeInfo
  44. def isDeclarationOrTypeDef(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  45. def isDefaultCase(cdef: Global.CaseDef): Boolean

    Definition Classes
    TreeInfo
  46. def isDeprecatedIdentifier(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  47. def isEarlyDef(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  48. def isEarlyTypeDef(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  49. def isEarlyValDef(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  50. def isExprSafeToInline(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  51. def isGuardedCase(cdef: Global.CaseDef): Boolean

    Definition Classes
    TreeInfo
  52. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  53. def isInterface(mods: HasFlags, body: List[Global.Tree]): Boolean

  54. def isInterfaceMember(tree: Global.Tree): Boolean

    Is tree legal as a member definition of an interface?

    Is tree legal as a member definition of an interface?

    Definition Classes
    TreeInfo → TreeInfo
  55. def isLeftAssoc(operator: Global.Name): Boolean

    Definition Classes
    TreeInfo
  56. def isNullaryInvocation(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  57. def isPureDef(tree: Global.Tree): Boolean

    Is tree a pure (i.

    Is tree a pure (i.e. non-side-effecting) definition?

    Definition Classes
    TreeInfo → TreeInfo
  58. def isRepeatedParamType(tpt: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  59. def isSelf(tree: Global.Tree, enclClass: Global.Symbol): Boolean

    Definition Classes
    TreeInfo
  60. def isSelfConstrCall(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  61. def isSelfOrSuperConstrCall(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  62. def isSequenceValued(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  63. def isStar(x: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  64. def isSuperConstrCall(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  65. def isSwitchAnnotation(tpe: Global.Type): Boolean

    Definition Classes
    TreeInfo
  66. def isSynthCaseSymbol(sym: Global.Symbol): Boolean

    Definition Classes
    TreeInfo
  67. def isSyntheticDefaultCase(cdef: Global.CaseDef): Boolean

    Definition Classes
    TreeInfo
  68. def isVarPattern(pat: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  69. def isVarPatternDeep(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  70. def isVariableOrGetter(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  71. def isWildcardArg(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  72. def isWildcardStarArg(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  73. def isWildcardStarArgList(trees: List[Global.Tree]): Boolean

    Definition Classes
    TreeInfo
  74. def isWildcardStarType(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  75. def mapMethodParamsAndArgs[R](params: List[Global.Symbol], args: List[Global.Tree])(f: (Global.Symbol, Global.Tree) ⇒ R): List[R]

    Definition Classes
    TreeInfo
  76. def mayBeTypePat(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  77. def mayBeVarGetter(sym: Global.Symbol): Boolean

    Definition Classes
    TreeInfo
  78. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  79. def noPredefImportForUnit(body: Global.Tree): Boolean

    Definition Classes
    TreeInfo
  80. final def notify(): Unit

    Definition Classes
    AnyRef
  81. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  82. def preSuperFields(stats: List[Global.Tree]): List[Global.ValDef]

    Definition Classes
    TreeInfo
  83. def repeatedParams(tree: Global.Tree): List[Global.ValDef]

    Definition Classes
    TreeInfo
  84. def stripCast(tree: Global.Tree): Global.Tree

    Definition Classes
    TreeInfo
  85. def stripNamedApplyBlock(tree: Global.Tree): Global.Tree

    Definition Classes
    TreeInfo
  86. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  87. def toString(): String

    Definition Classes
    AnyRef → Any
  88. def typeParameters(tree: Global.Tree): List[Global.TypeDef]

    Definition Classes
    TreeInfo
  89. def unbind(x: Global.Tree): Global.Tree

    Definition Classes
    TreeInfo
  90. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  91. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  92. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  93. def zipMethodParamsAndArgs(t: Global.Tree): List[(Global.Symbol, Global.Tree)]

    Definition Classes
    TreeInfo
  94. def zipMethodParamsAndArgs(params: List[Global.Symbol], args: List[Global.Tree]): List[(Global.Symbol, Global.Tree)]

    Definition Classes
    TreeInfo
  95. def [B](y: B): (TreeInfo, B)

    Implicit information
    This member is added by an implicit conversion from TreeInfo to ArrowAssoc[TreeInfo] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from TreeInfo to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (treeInfo: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from TreeInfo to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (treeInfo: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def isPureExpr(tree: Global.Tree): Boolean

    Definition Classes
    TreeInfo
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use isExprSafeToInline instead

  2. def x: TreeInfo

    Implicit information
    This member is added by an implicit conversion from TreeInfo to ArrowAssoc[TreeInfo] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (treeInfo: ArrowAssoc[TreeInfo]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: TreeInfo

    Implicit information
    This member is added by an implicit conversion from TreeInfo to Ensuring[TreeInfo] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (treeInfo: Ensuring[TreeInfo]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from reflect.internal.TreeInfo

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from TreeInfo to StringAdd

Inherited by implicit conversion any2stringfmt from TreeInfo to StringFormat

Inherited by implicit conversion any2ArrowAssoc from TreeInfo to ArrowAssoc[TreeInfo]

Inherited by implicit conversion any2Ensuring from TreeInfo to Ensuring[TreeInfo]

Ungrouped