trait __DevDSLMemberConstruct extends __DevNameable with __DevTypeNameable with __DevHasOwner
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- __DevDSLMemberConstruct
- __DevHasOwner
- __DevTypeNameable
- __DevNameable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def codeString: String
Concrete 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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def getID: Int
- Attributes
- protected
- final def hasSameOwnerAs(that: DSLMemberConstruct): Boolean
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final lazy val id: Int
- final def isAnonymous: Boolean
- Definition Classes
- __DevNameable
- final def isConnectedAtEitherSide(left: DSLMemberConstruct, right: DSLMemberConstruct)(implicit callOwner: DSLOwnerConstruct): Boolean
- final def isConnectedAtOwnerOf(member: DSLMemberConstruct)(implicit callOwner: DSLOwnerConstruct): Boolean
- final def isDownstreamMemberOf(that: DSLOwnerConstruct): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final lazy val meta: Meta
- val nameFirst: Boolean
- Definition Classes
- __DevNameable
- lazy val nameScala: String
- Definition Classes
- __DevDSLMemberConstruct → __DevNameable
- final val nameTemp: CacheBoxRO[String]
- Definition Classes
- __DevNameable
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final lazy val nonTransparentOwner: ThisOwner
- final lazy val nonTransparentOwnerOption: Option[ThisOwner]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final lazy val owner: ThisOwner
- Definition Classes
- __DevDSLMemberConstruct → __DevHasOwner
- val ownerOption: Option[DSLOwnerConstruct]
- def refCodeString(implicit callOwner: DSLOwnerConstruct): String
- final def setAutoName(name: => String): DSLMemberConstruct.this.type
- Definition Classes
- __DevNameable
- final def setAutoTypeName(name: => String): __DevDSLMemberConstruct.this.type
- Definition Classes
- __DevTypeNameable
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val typeName: String
- Definition Classes
- __DevTypeNameable
- def unexpectedNullOwner: Nothing
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.