Class

namespace.dsl

ComponentNamespace

Related Doc: package dsl

Permalink

class ComponentNamespace extends Namespace with FlowDepGraphField with CompInstanceDepGraphField with UsedTypesSetField

Namespace management in a component interface.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComponentNamespace
  2. UsedTypesSetField
  3. CompInstanceDepGraphField
  4. FlowDepGraphField
  5. Namespace
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ComponentNamespace(parentOpt: Option[PackageNamespace], source: ComponentDeclaration, inputs: FlowDeclMapType, outputs: FlowDeclMapType, declarations: FlowDeclMapType)

    Permalink

Type Members

  1. type S = ComponentDeclaration

    Permalink

    Type of the ASTNode represented by this namespace.

    Type of the ASTNode represented by this namespace.

    Definition Classes
    ComponentNamespaceNamespace

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. def compInstanceDepGraph: CompInstanceDepGraph

    Permalink
    Definition Classes
    CompInstanceDepGraphField
  7. def compInstanceDepGraphOpt: Option[CompInstanceDepGraph]

    Permalink
    Definition Classes
    CompInstanceDepGraphField
  8. def compInstanceDepGraph_(g: CompInstanceDepGraph): Unit

    Permalink
    Definition Classes
    CompInstanceDepGraphField
  9. val declarations: FlowDeclMapType

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def flowDepGraph: FlowDepGraph

    Permalink
    Definition Classes
    FlowDepGraphField
  14. def flowDepGraphOpt: Option[FlowDepGraph]

    Permalink
    Definition Classes
    FlowDepGraphField
  15. def flowDepGraph_(g: FlowDepGraph): Unit

    Permalink
    Definition Classes
    FlowDepGraphField
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. val inputs: FlowDeclMapType

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. 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
  21. def locate(ident: ConfigIdent): ConfigurationDeclaration

    Permalink

    Locates a configuration declaration.

    Locates a configuration declaration.

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

    Permalink

    Locates a constant or stream declaration.

    Locates a constant or stream declaration.

    Definition Classes
    ComponentNamespaceNamespace
  23. def locate(ident: BoolIdent): BoolIdent

    Permalink

    Locate a boolean ident declaration (must fail because they are local to ComponentBody.

    Locate a boolean ident declaration (must fail because they are local to ComponentBody.

    Definition Classes
    ComponentNamespaceNamespace
  24. def locate(ident: CompIdent): ComponentDeclaration

    Permalink

    Locates a type declaration.

    Locates a type declaration.

    Definition Classes
    ComponentNamespaceNamespace
  25. def locate(ident: TypeIdent): TypeDeclaration

    Permalink

    Locates a type declaration.

    Locates a type declaration.

    Definition Classes
    ComponentNamespaceNamespace
  26. def locate(ident: PackageIdent): PackageDeclaration

    Permalink

    Locates a package declaration.

    Locates a package declaration.

    Definition Classes
    ComponentNamespaceNamespace
  27. 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
    ComponentNamespaceNamespace
  28. def locateDef(ident: FlowIdent): Either[TypeDeclaration, FlowDefinition]

    Permalink

    Locates a flow definition (can only be in a type declaration since we are at the component interface level which does not have definitions) .

    Locates a flow definition (can only be in a type declaration since we are at the component interface level which does not have definitions) .

    Definition Classes
    ComponentNamespaceNamespace
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. val outputs: FlowDeclMapType

    Permalink
  33. val parentOpt: Option[PackageNamespace]

    Permalink

    The parent namespace (Optional).

    The parent namespace (Optional).

    Definition Classes
    ComponentNamespaceNamespace
  34. def root: Namespace

    Permalink

    Gets the root namespace from any namespace.

    Gets the root namespace from any namespace.

    Definition Classes
    Namespace
  35. val source: ComponentDeclaration

    Permalink

    The ast node described by this namespace.

    The ast node described by this namespace.

    Definition Classes
    ComponentNamespaceNamespace
  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def usedTypesSet: TypeSetType

    Permalink
    Definition Classes
    UsedTypesSetField
  39. def usedTypesSetOpt: Option[TypeSetType]

    Permalink
    Definition Classes
    UsedTypesSetField
  40. def usedTypesSet_(g: TypeSetType): Unit

    Permalink
    Definition Classes
    UsedTypesSetField
  41. final def wait(): Unit

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

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

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

Inherited from UsedTypesSetField

Inherited from CompInstanceDepGraphField

Inherited from FlowDepGraphField

Inherited from Namespace

Inherited from AnyRef

Inherited from Any

Ungrouped