case class INestedModule(id: URI, name: String, parent: Some[IModuleRef], statistics: Option[List[IStatistic]], declarations: List[IDeclarationRef], components: List[IComponent], mod: IModuleRef) extends IDeclaration with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- INestedModule
- Serializable
- Serializable
- Product
- Equals
- IDeclaration
- IReferencable
- IDeclarationItem
- IAPIObjectItem
- IResponse
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new INestedModule(id: URI, name: String, parent: Some[IModuleRef], statistics: Option[List[IStatistic]], declarations: List[IDeclarationRef], components: List[IComponent], mod: IModuleRef)
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( ... ) @native()
-
val
components: List[IComponent]
- Definition Classes
- INestedModule → IDeclaration
-
val
declarations: List[IDeclarationRef]
- Definition Classes
- INestedModule → IDeclaration
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
id: URI
the uri of this IDeclarationItem
the uri of this IDeclarationItem
- Definition Classes
- INestedModule → IDeclarationItem → IAPIObjectItem
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
kind: String
the kind of object this represents
the kind of object this represents
- Definition Classes
- IDeclarationItem → IAPIObjectItem
- val mod: IModuleRef
-
val
name: String
name of the declaration
name of the declaration
- Definition Classes
- INestedModule → IDeclarationItem → IAPIObjectItem
-
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()
-
val
parent: Some[IModuleRef]
the parent of this object, if any
the parent of this object, if any
- Definition Classes
- INestedModule → IDeclarationItem → IAPIObjectItem
-
val
ref: Boolean
weather this object is a reference or a full description
weather this object is a reference or a full description
- Definition Classes
- IReferencable → IAPIObjectItem
-
val
statistics: Option[List[IStatistic]]
statistics of this element (if any)
statistics of this element (if any)
- Definition Classes
- INestedModule → IAPIObjectItem
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toJSON: JSON
serializes this object into a JSON Object
serializes this object into a JSON Object
- Definition Classes
- IAPIObjectItem → IResponse
-
def
toJSONBuffer: JSONObjectBuffer
serializes this response into a JSONObject Buffer
serializes this response into a JSONObject Buffer
- Definition Classes
- INestedModule → IDeclaration → IDeclarationItem → IResponse
-
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
- @throws( ... ) @native()