Home Reference Source Repository
import {CallExpression} from 'esast/src/ast.js'
public class | source

CallExpression

Extends:

NodeExpression → CallExpression

callee(arguments)

Constructor Summary

Public Constructor
public

constructor(callee: *, _arguments: *)

Member Summary

Public Members
public
public

Inherited Summary

From class Node
public get

type: *

For compatibility with other AST representations, all Node instances have a 'type' property that is the name of that type.
public

toJSON(): *

Convert to JSON.
public

toString(): *

Public Constructors

public constructor(callee: *, _arguments: *) source

Params:

NameTypeAttributeDescription
callee *
_arguments *

Public Members

public arguments: * source

public callee: Expression source