ImportDeclaration

Represents an import statement.

Members

Variables

packageName
string packageName;

The package from which to import.

symbols
string[] symbols;

The symbols to import.

Inherited Members

From SyntaxNode

syntaxKind
SyntaxKind syntaxKind()

Gets the SyntaxKind for this type of node.

visit
void visit(Visitor visitor)

Calls the $(S Visitor)'s analogous Visitor.visit method.

Meta