abstract class Wrapper extends CodeAssembler[(memberHandlers)#MemberHandler]
generate the source code for the object that computes this request
- Source
- IMain.scala
- Alphabetic
- By Inheritance
- Wrapper
- CodeAssembler
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Wrapper()
Abstract Value Members
-
abstract
def
postamble: String
- Definition Classes
- CodeAssembler
-
abstract
def
postwrap: String
Like postamble for an import wrapper.
-
abstract
def
preambleHeader: String
A format string with %s for $read, specifying the wrapper definition.
Concrete 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): (Wrapper, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(contributors: List[(memberHandlers)#MemberHandler]): String
- Definition Classes
- CodeAssembler
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def ensuring(cond: (Wrapper) ⇒ Boolean, msg: ⇒ Any): Wrapper
- def ensuring(cond: (Wrapper) ⇒ Boolean): Wrapper
- def ensuring(cond: Boolean, msg: ⇒ Any): Wrapper
- def ensuring(cond: Boolean): Wrapper
- def envLines: collection.immutable.List[String]
-
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
-
val
generate: ((memberHandlers)#MemberHandler) ⇒ String
- Definition Classes
- Wrapper → CodeAssembler
-
final
def
getClass(): Class[_]
- 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 path: String
-
def
preamble: String
- Definition Classes
- Wrapper → CodeAssembler
- def preambleLength: Int
-
def
prewrap: String
Like preambleHeader for an import wrapper.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- @native() @throws( ... )
- def →[B](y: B): (Wrapper, B)
The Scala compiler and reflection APIs.