class ObjectBasedWrapper extends Wrapper
- Alphabetic
- By Inheritance
- ObjectBasedWrapper
- Wrapper
- CodeAssembler
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ObjectBasedWrapper()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ObjectBasedWrapper to any2stringadd[ObjectBasedWrapper] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ObjectBasedWrapper, B)
- Implicit
- This member is added by an implicit conversion from ObjectBasedWrapper to ArrowAssoc[ObjectBasedWrapper] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
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: (ObjectBasedWrapper) ⇒ Boolean, msg: ⇒ Any): ObjectBasedWrapper
- Implicit
- This member is added by an implicit conversion from ObjectBasedWrapper to Ensuring[ObjectBasedWrapper] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ObjectBasedWrapper) ⇒ Boolean): ObjectBasedWrapper
- Implicit
- This member is added by an implicit conversion from ObjectBasedWrapper to Ensuring[ObjectBasedWrapper] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ObjectBasedWrapper
- Implicit
- This member is added by an implicit conversion from ObjectBasedWrapper to Ensuring[ObjectBasedWrapper] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ObjectBasedWrapper
- Implicit
- This member is added by an implicit conversion from ObjectBasedWrapper to Ensuring[ObjectBasedWrapper] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
envLines: collection.immutable.List[String]
- Definition Classes
- Wrapper
-
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
- Implicit
- This member is added by an implicit conversion from ObjectBasedWrapper to StringFormat[ObjectBasedWrapper] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
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
- Definition Classes
- Wrapper
-
def
postamble: String
- Definition Classes
- ObjectBasedWrapper → CodeAssembler
-
def
postwrap: String
Like postamble for an import wrapper.
Like postamble for an import wrapper.
- Definition Classes
- ObjectBasedWrapper → Wrapper
-
def
preamble: String
- Definition Classes
- Wrapper → CodeAssembler
-
def
preambleHeader: String
A format string with %s for $read, specifying the wrapper definition.
A format string with %s for $read, specifying the wrapper definition.
- Definition Classes
- ObjectBasedWrapper → Wrapper
-
def
preambleLength: Int
- Definition Classes
- Wrapper
-
def
prewrap: String
Like preambleHeader for an import wrapper.
Like preambleHeader for an import wrapper.
- Definition Classes
- 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): (ObjectBasedWrapper, B)
- Implicit
- This member is added by an implicit conversion from ObjectBasedWrapper to ArrowAssoc[ObjectBasedWrapper] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
The Scala compiler and reflection APIs.