Interface NamedExportDeclarationTree
-
- All Superinterfaces:
DeclarationTree,ExportDeclarationTree,Tree
- All Known Implementing Classes:
NamedExportDeclarationTreeImpl
@Beta public interface NamedExportDeclarationTree extends ExportDeclarationTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DecoratorTree>decorators()SyntaxTokenexportToken()Treeobject()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
decorators
List<DecoratorTree> decorators()
-
exportToken
SyntaxToken exportToken()
- Specified by:
exportTokenin interfaceExportDeclarationTree
-
object
Tree object()
-
-