Interface PairPropertyTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
PairPropertyTreeImpl
@Beta public interface PairPropertyTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokencolonToken()Treekey()ExpressionTreevalue()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
key
Tree key()
-
colonToken
SyntaxToken colonToken()
-
value
ExpressionTree value()
-
-