Class EllipsisExceptionDeclarationAST

EllipsisExceptionDeclarationAST node.

Hierarchy (View Summary)

Constructors

Properties

parser: TranslationUnitLike

the parser that owns the AST node.

Methods

  • Returns the location of the ellipsis token in this node

    Returns undefined | Token

  • Constructs an AST node from the given handle.

    Type Parameters

    Parameters

    • handle: number

      the handle of the AST node.

    • parser: TranslationUnitLike

      the parser that owns the AST node.

    Returns undefined | T

    the AST node.