Class AsmDeclarationAST

AsmDeclarationAST node.

Hierarchy (View Summary)

Constructors

Properties

parser: TranslationUnitLike

the parser that owns the AST node.

Methods

  • Returns the location of the asm token in this node

    Returns undefined | Token

  • Returns the literal attribute of this node

    Returns undefined | string

  • Returns the location of the literal token in this node

    Returns undefined | Token

  • Returns the location of the lparen token in this node

    Returns undefined | Token

  • Returns the location of the rparen token in this node

    Returns undefined | Token

  • Returns the location of the semicolon token in this node

    Returns undefined | Token

  • Returns true if the AST node is of the given kind.

    Parameters

    Returns boolean

    true if the AST node is of the given kind.

  • Returns true if the AST node is not of the given kind.

    Parameters

    Returns boolean

    true if the AST node is not of the given kind.

  • 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.