trait GenUtils extends AnyRef
ξ·
ξ
Ordering
- Alphabetic
- By Inheritance
Inherited
- GenUtils
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
ξ
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
final
def
##(): Int
- Definition Classes
- AnyRef β Any
- ξ def +(other: String): String
- ξ def ->[B](y: B): (GenUtils, B)
-
ξ
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- ξ def call(fname: String, args: tools.nsc.Global.Tree*): tools.nsc.Global.Tree
-
ξ
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- ξ def ensuring(cond: (GenUtils) β Boolean, msg: β Any): GenUtils
- ξ def ensuring(cond: (GenUtils) β Boolean): GenUtils
- ξ def ensuring(cond: Boolean, msg: β Any): GenUtils
- ξ def ensuring(cond: Boolean): GenUtils
-
ξ
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
ξ
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- ξ def formatted(fmtstr: String): String
-
ξ
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef β Any
-
ξ
def
hashCode(): Int
- Definition Classes
- AnyRef β Any
- ξ def isCrossStageTypeBearer(tree: tools.nsc.Global.Tree): Boolean
-
ξ
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- ξ def isSemiConcreteTypeMember(tpe: tools.nsc.Global.Type): Boolean
- ξ def mirrorBuildCall(name: tools.nsc.Global.TermName, args: tools.nsc.Global.Tree*): tools.nsc.Global.Tree
- ξ def mirrorCall(name: tools.nsc.Global.TermName, args: tools.nsc.Global.Tree*): tools.nsc.Global.Tree
- ξ def mirrorFactoryCall(prefix: tools.nsc.Global.TermName, args: tools.nsc.Global.Tree*): tools.nsc.Global.Tree
- ξ def mirrorFactoryCall(value: Product, args: tools.nsc.Global.Tree*): tools.nsc.Global.Tree
- ξ def mirrorMirrorCall(name: tools.nsc.Global.TermName, args: tools.nsc.Global.Tree*): tools.nsc.Global.Tree
- ξ def mirrorMirrorSelect(name: tools.nsc.Global.TermName): tools.nsc.Global.Tree
- ξ def mirrorSelect(name: tools.nsc.Global.TermName): tools.nsc.Global.Tree
- ξ def mirrorSelect(name: String): tools.nsc.Global.Tree
- ξ def mkList(args: List[tools.nsc.Global.Tree]): tools.nsc.Global.Tree
- ξ def mkListMap(args: List[tools.nsc.Global.Tree]): tools.nsc.Global.Tree
-
ξ
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
ξ
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
ξ
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- ξ def origin(sym: tools.nsc.Global.Symbol): String
-
ξ
def
path(fullname: String, mkName: (String) β tools.nsc.Global.Name): tools.nsc.Global.Tree
An (unreified) path that refers to definition with given fully qualified name
An (unreified) path that refers to definition with given fully qualified name
- mkName
Creator for last portion of name (either TermName or TypeName)
- ξ def reifyBuildCall(name: tools.nsc.Global.TermName, args: Any*): tools.nsc.Global.Tree
- ξ def reifyList(xs: List[Any]): tools.nsc.Global.Tree
- ξ def reifyMirrorObject(x: Product): tools.nsc.Global.Tree
-
ξ
def
reifyMirrorObject(name: String): tools.nsc.Global.Tree
Reify a case object defined in Mirror
- ξ def reifyProduct(prefix: String, elements: List[Any]): tools.nsc.Global.Tree
- ξ def reifyProduct(x: Product): tools.nsc.Global.Tree
- ξ def scalaFactoryCall(name: String, args: tools.nsc.Global.Tree*): tools.nsc.Global.Tree
- ξ def scalaFactoryCall(name: tools.nsc.Global.TermName, args: tools.nsc.Global.Tree*): tools.nsc.Global.Tree
-
ξ
final
def
synchronized[T0](arg0: β T0): T0
- Definition Classes
- AnyRef
-
ξ
def
termPath(fullname: String): tools.nsc.Global.Tree
An (unreified) path that refers to term definition with given fully qualified name
-
ξ
def
toString(): String
- Definition Classes
- AnyRef β Any
-
ξ
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- ξ def β[B](y: B): (GenUtils, B)
- ξ object TypedOrAnnotated
The Scala compiler and reflection APIs.