public class ExportClauseTreeImpl extends JavaScriptTree implements ExportClauseTree
| Constructor and Description |
|---|
ExportClauseTreeImpl(SpecifierListTreeImpl exports,
com.sonar.sslr.api.AstNode eos) |
ExportClauseTreeImpl(SpecifierListTreeImpl exports,
FromClauseTreeImpl fromClause,
com.sonar.sslr.api.AstNode eos) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
Tree |
eos() |
SpecifierListTree |
exports() |
FromClauseTree |
fromClause() |
Tree.Kind |
getKind() |
addChild, addChildren, getAstNode, getLine, is, isLeaf, isLegacy, prependChildren, prependChildrenfindChildren, findDirectChildren, findFirstChild, findFirstDirectChild, findFirstParent, getChild, getChildren, getChildren, getDescendants, getFirstAncestor, getFirstAncestor, getFirstChild, getFirstChild, getFirstDescendant, getFromIndex, getLastChild, getLastChild, getLastToken, getName, getNextAstNode, getNextSibling, getNumberOfChildren, getParent, getPreviousAstNode, getPreviousSibling, getToIndex, getToken, getTokenLine, getTokenOriginalValue, getTokens, getTokenValue, getType, hasAncestor, hasAncestor, hasChildren, hasChildren, hasDescendant, hasDirectChildren, hasParent, hasParents, hasToBeSkippedFromAst, hasToken, is, isCopyBookOrGeneratedNode, isNot, nextAstNode, nextSibling, previousAstNode, previousSibling, select, setFromIndex, setToIndex, toStringpublic ExportClauseTreeImpl(SpecifierListTreeImpl exports, com.sonar.sslr.api.AstNode eos)
public ExportClauseTreeImpl(SpecifierListTreeImpl exports, FromClauseTreeImpl fromClause, com.sonar.sslr.api.AstNode eos)
public SpecifierListTree exports()
exports in interface ExportClauseTreepublic FromClauseTree fromClause()
fromClause in interface ExportClauseTreepublic Tree eos()
eos in interface ExportClauseTreepublic Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(TreeVisitor visitor)
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.