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.
Gets the declaration of a type identifier (triggers exception if not found).
Gets the declaration of a type identifier (triggers exception if not found).
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).
Gets a boolean identifier declaration (triggers exception if not found).
Gets a boolean identifier declaration (triggers exception if not found).
Gets a component declaration from its identifier (triggers exception if not found).
Gets a component declaration from its identifier (triggers exception if not found).
Gets a package declaration from its identifier (triggers exception if not found).
Gets a package declaration from its identifier (triggers exception if not found).
Gets a type declaration from its identifier (triggers exception if not found).
Gets a type declaration from its identifier (triggers exception if not found).
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).
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).
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 component body.