Interface ExportDeclarationTree
-
- All Superinterfaces:
DeclarationTree,Tree
- All Known Subinterfaces:
DefaultExportDeclarationTree,NamedExportDeclarationTree,NameSpaceExportDeclarationTree
- All Known Implementing Classes:
DefaultExportDeclarationTreeImpl,NamedExportDeclarationTreeImpl,NameSpaceExportDeclarationTreeImpl
@Beta public interface ExportDeclarationTree extends DeclarationTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokenexportToken()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
exportToken
SyntaxToken exportToken()
-
-