Type of the ASTNode represented by this namespace.
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 boolean identifier declaration (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 type declaration from its identifier (triggers exception if not found).
Gets the call stack defining a component instance (relative to current namespace) 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).
The parent namespace (Optional).
The ast node described by this namespace.
True iff the namespace is the root namespace, ie has no parent.
Gets the root namespace from any namespace.
Base type for all DSL namespace management classes. * All Identifiers are resolved relatively to the lexical scope associated with the namespace object on which methods are called.