| Constructor and Description |
|---|
NamedExportsNode(long token,
int start,
int finish,
List<ExportSpecifierNode> exportSpecifiers) |
| Modifier and Type | Method and Description |
|---|---|
Node |
accept(NodeVisitor<? extends LexicalContext> visitor)
Provides a means to navigate the IR.
|
<R> R |
accept(TranslatorNodeVisitor<? extends LexicalContext,R> visitor)
Provides a means to navigate the IR.
|
List<ExportSpecifierNode> |
getExportSpecifiers() |
NamedExportsNode |
setExportSpecifiers(List<ExportSpecifierNode> exportSpecifiers) |
void |
toString(StringBuilder sb,
boolean printType)
Print logic that decides whether to show the optimistic type or not - for example it should
not be printed after just parse, when it hasn't been computed, or has been set to a trivially
provable value
|
clone, equals, getFinish, getSourceOrder, getStart, getToken, hashCode, isAssignment, isLoop, isTokenType, tokenType, toString, toStringpublic NamedExportsNode(long token,
int start,
int finish,
List<ExportSpecifierNode> exportSpecifiers)
public List<ExportSpecifierNode> getExportSpecifiers()
public NamedExportsNode setExportSpecifiers(List<ExportSpecifierNode> exportSpecifiers)
public Node accept(NodeVisitor<? extends LexicalContext> visitor)
Nodepublic <R> R accept(TranslatorNodeVisitor<? extends LexicalContext,R> visitor)
Nodepublic void toString(StringBuilder sb, boolean printType)
Node