object Util
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Util
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait CodeGenDeclKind extends AnyRef
- type FilePlan = \/[String, (Option[String], File, Iterable[scala.reflect.api.JavaUniverse.Tree])]
- final case class WriteParams[+TmplI](templateIds: Map[Identifier, TmplI], definitions: List[FWT]) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val autoGenerationHeader: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def packageNameToRefTree(packageName: String): scala.reflect.api.JavaUniverse.RefTree
- def qualifiedNameToDirsAndName(qualifiedName: QualifiedName): (Array[String], String)
- def qualifiedNameToRefTree(ss: Array[String]): scala.reflect.api.JavaUniverse.RefTree
- val reservedNames: Set[String]
- 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. - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toIdent(s: String): scala.reflect.api.JavaUniverse.Ident
- def toNotReservedName(name: String): String
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toTypeDef(s: String): scala.reflect.api.JavaUniverse.TypeDef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- case object Contract extends CodeGenDeclKind with Product with Serializable
- case object EventDecoder extends CodeGenDeclKind with Product with Serializable
- case object Template extends CodeGenDeclKind with Product with Serializable
- case object UserDefinedType extends CodeGenDeclKind with Product with Serializable