Interface ModuleTree
-
- All Superinterfaces:
DeclarationTree,Tree
- All Known Implementing Classes:
ModuleTreeImpl
@Beta public interface ModuleTree extends DeclarationTree
Interface for type Module.This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Tree>items()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-