Type of the ASTNode represented by this namespace.
Type of the ASTNode represented by this namespace.
True iff the namespace is the root namespace, ie has no parent.
True iff the namespace is the root namespace, ie has no parent.
Locates a configuration declaration.
Locates a configuration declaration.
Locates a flow declaration (which can only be a type value constructor since we are in a package namespace).
Locates a flow declaration (which can only be a type value constructor since we are in a package namespace).
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.
Locates an operator declaration.
Locates an operator declaration.
Locates a type declaration.
Locates a type declaration.
Locates a package declaration.
Locates a package declaration.
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).
Locates a type value or flow definition (which can only be a type value constructor since we are in a package namespace).
Locates a type value or flow definition (which can only be a type value constructor since we are in a package namespace).
The parent namespace (Optional).
The parent namespace (Optional).
Gets the root namespace from any namespace.
Gets the root namespace from any namespace.
The ast node described by this namespace.
The ast node described by this namespace.
Namespace management in a package scope.