Interface DecoratorTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
DecoratorTreeImpl
@Beta public interface DecoratorTree extends Tree
Class and property decorator. Proposed for ES2017.@foo
@foo.bar(true)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArgumentListTreeargumentClause()SyntaxTokenatToken()SeparatedList<IdentifierTree>body()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
atToken
SyntaxToken atToken()
-
body
SeparatedList<IdentifierTree> body()
-
argumentClause
@Nullable ArgumentListTree argumentClause()
-
-