scala.tools.nsc.ast

TreeInfo

abstract class TreeInfo extends TreeInfo

This class ...

Source
TreeInfo.scala
Version

1.0

Linear Supertypes
TreeInfo, AnyRef, Any
Known Subclasses
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()

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. def applyDepth(tree: Tree): Int

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

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

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

    Definition Classes
    TreeInfo
  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. 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
  14. 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
  15. 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
  16. 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
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def firstArgument(tree: Tree): Tree

    Definition Classes
    TreeInfo
  21. def firstConstructor(stats: List[Tree]): Tree

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

    Definition Classes
    TreeInfo
  23. def firstDefinesClassOrObject(trees: List[Tree], name: 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
  24. def firstTypeArg(tree: Tree): Tree

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

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

    Definition Classes
    TreeInfo
  27. 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()
  28. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

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

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

    Definition Classes
    TreeInfo
  32. def isAllowedInUniversalTrait(stat: Tree): Boolean

  33. def isApplyDynamicName(name: Name): Boolean

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

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

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

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

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

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

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

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

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

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

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

  45. def isInterfaceMember(tree: 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
  46. def isLeftAssoc(operator: Name): Boolean

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

    Is tree a pure (i.

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

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

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

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

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

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

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

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

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

    Definition Classes
    TreeInfo
  56. def isUncheckedAnnotation(tpe: Type): Boolean

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

    Definition Classes
    TreeInfo
  58. def isVariableName(name: Name): Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    TreeInfo
  67. def methPart(tree: Tree): Tree

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

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

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

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

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

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

    Definition Classes
    TreeInfo
  74. def stripNamedApplyBlock(tree: Tree): Tree

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

    Definition Classes
    AnyRef
  76. def toString(): String

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

    Definition Classes
    TreeInfo
  78. def unbind(x: Tree): Tree

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

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

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

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

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

    Definition Classes
    TreeInfo
  84. 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: 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 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]