public class ExportDefaultBindingWithExportListImpl extends JavaScriptTree implements ExportDefaultBindingWithExportList
| Constructor and Description |
|---|
ExportDefaultBindingWithExportListImpl(IdentifierTree exportedDefaultIdentifier,
SyntaxToken commaToken,
SpecifierListTree exportList,
FromClauseTree fromClause,
SyntaxToken semicolonToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
SyntaxToken |
commaToken() |
IdentifierTree |
exportedDefaultIdentifier() |
SpecifierListTree |
exportList() |
FromClauseTree |
fromClause() |
Tree.Kind |
getKind() |
SyntaxToken |
semicolonToken() |
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParentpublic ExportDefaultBindingWithExportListImpl(IdentifierTree exportedDefaultIdentifier, SyntaxToken commaToken, SpecifierListTree exportList, FromClauseTree fromClause, @Nullable SyntaxToken semicolonToken)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic IdentifierTree exportedDefaultIdentifier()
exportedDefaultIdentifier in interface ExportDefaultBindingWithExportListpublic SyntaxToken commaToken()
commaToken in interface ExportDefaultBindingWithExportListpublic SpecifierListTree exportList()
exportList in interface ExportDefaultBindingWithExportListpublic FromClauseTree fromClause()
fromClause in interface ExportDefaultBindingWithExportList@Nullable public SyntaxToken semicolonToken()
semicolonToken in interface ExportDefaultBindingWithExportListpublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.