Class

namespace.dsl

ConfigurationNamespace

Related Doc: package dsl

Permalink

class ConfigurationNamespace extends Namespace

Namespace management in a component body.

Linear Supertypes
Namespace, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigurationNamespace
  2. Namespace
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConfigurationNamespace(parentOpt: Option[PackageNamespace], source: ConfigurationDeclaration, designSpace: DesignSpaceMapType)

    Permalink

Type Members

  1. type S = ConfigurationDeclaration

    Permalink

    Type of the ASTNode represented by this namespace.

    Type of the ASTNode represented by this namespace.

    Definition Classes
    ConfigurationNamespaceNamespace

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val designSpace: DesignSpaceMapType

    Permalink
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def isRoot: Boolean

    Permalink

    True iff the namespace is the root namespace, ie has no parent.

    True iff the namespace is the root namespace, ie has no parent.

    Definition Classes
    Namespace
  14. def locate(ident: ConfigIdent): ConfigurationDeclaration

    Permalink

    Gets the declaration of a type identifier (triggers exception if not found).

    Gets the declaration of a type identifier (triggers exception if not found).

    Definition Classes
    ConfigurationNamespaceNamespace
  15. def locate(ident: FlowIdent): Either[TypeDeclaration, FlowDeclaration]

    Permalink

    Gets a data flow decalaration from its identifier (triggers exception if not found).

    Gets a data flow decalaration from its identifier (triggers exception if not found).

    Definition Classes
    ConfigurationNamespaceNamespace
  16. def locate(ident: BoolIdent): BoolIdent

    Permalink

    Gets a boolean identifier declaration (triggers exception if not found).

    Gets a boolean identifier declaration (triggers exception if not found).

    Definition Classes
    ConfigurationNamespaceNamespace
  17. def locate(ident: CompIdent): ComponentDeclaration

    Permalink

    Gets a component declaration from its identifier (triggers exception if not found).

    Gets a component declaration from its identifier (triggers exception if not found).

    Definition Classes
    ConfigurationNamespaceNamespace
  18. def locate(ident: PackageIdent): PackageDeclaration

    Permalink

    Gets a package declaration from its identifier (triggers exception if not found).

    Gets a package declaration from its identifier (triggers exception if not found).

    Definition Classes
    ConfigurationNamespaceNamespace
  19. def locate(ident: TypeIdent): TypeDeclaration

    Permalink

    Gets a type declaration from its identifier (triggers exception if not found).

    Gets a type declaration from its identifier (triggers exception if not found).

    Definition Classes
    ConfigurationNamespaceNamespace
  20. def locateDef(ident: CompInstanceIdent): List[CompCallFlowDefinition]

    Permalink

    Gets a component instance definition from its identifier (triggers exception if not found).

    Gets a component instance definition from its identifier (triggers exception if not found).

    Definition Classes
    ConfigurationNamespaceNamespace
  21. def locateDef(ident: FlowIdent): Either[TypeDeclaration, FlowDefinition]

    Permalink

    Gets the definition of a flow identifier, either a flow definition or a type declaration which contains the identifier (triggers exception if not found).

    Gets the definition of a flow identifier, either a flow definition or a type declaration which contains the identifier (triggers exception if not found).

    Definition Classes
    ConfigurationNamespaceNamespace
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. val parentOpt: Option[PackageNamespace]

    Permalink

    The parent namespace (Optional).

    The parent namespace (Optional).

    Definition Classes
    ConfigurationNamespaceNamespace
  26. def root: Namespace

    Permalink

    Gets the root namespace from any namespace.

    Gets the root namespace from any namespace.

    Definition Classes
    Namespace
  27. def rootCompNamespace: ComponentBodyNamespace

    Permalink
  28. val source: ConfigurationDeclaration

    Permalink

    The ast node described by this namespace.

    The ast node described by this namespace.

    Definition Classes
    ConfigurationNamespaceNamespace
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Namespace

Inherited from AnyRef

Inherited from Any

Ungrouped