Package org.sonar.python.api.tree
Interface WithItem
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
WithStatementImpl.WithItemImpl
public interface WithItem extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tokenas()Expressionexpression()Expressiontest()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
test
Expression test()
-
as
@CheckForNull Token as()
-
expression
@CheckForNull Expression expression()
-
-