Class DeclarationSequence

  • All Implemented Interfaces:
    DeclarationHolder, Persistable, IVisitable<Node>

    public class DeclarationSequence
    extends Declaration
    implements DeclarationHolder
    This represents a sequence of one or more declaration(s). The purpose of this node is primarily to bridge between a single declaration and a list of declarations in the front-end handlers. It will be converted into a list-structure and all its children will be added to the parent, i.e. the translation unit. It should not end up in the final graph.