Packages

object Util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait CodeGenDeclKind extends AnyRef
  2. type FilePlan = \/[String, (Option[String], File, Iterable[scala.reflect.api.JavaUniverse.Tree])]
  3. final case class WriteParams[+TmplI](templateIds: Map[Identifier, TmplI], definitions: List[FWT]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val autoGenerationHeader: String
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def packageNameToRefTree(packageName: String): scala.reflect.api.JavaUniverse.RefTree
  17. def qualifiedNameToDirsAndName(qualifiedName: QualifiedName): (Array[String], String)
  18. def qualifiedNameToRefTree(ss: Array[String]): scala.reflect.api.JavaUniverse.RefTree
  19. val reservedNames: Set[String]
  20. def simplyDelegates(typeVars: ImmArraySeq[Name]): (Type) => Option[Identifier]

    Does the type "simply delegate" (i.e.

    Does the type "simply delegate" (i.e. just pass along typeVars verbatim) to another type constructor? If so, yield that type constructor as a string.

  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toIdent(s: String): scala.reflect.api.JavaUniverse.Ident
  23. def toNotReservedName(name: String): String
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def toTypeDef(s: String): scala.reflect.api.JavaUniverse.TypeDef
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. case object Contract extends CodeGenDeclKind with Product with Serializable
  30. case object EventDecoder extends CodeGenDeclKind with Product with Serializable
  31. case object Template extends CodeGenDeclKind with Product with Serializable
  32. case object UserDefinedType extends CodeGenDeclKind with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped