Interface WithItem
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
WithStatementImpl.WithItemImpl
public interface WithItem extends Tree
See https://docs.python.org/3/reference/compound_stmts.html#grammar-token-with-itemtest()asexpression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tokenas()Expressionexpression()Expressiontest()
-
-
-
Method Detail
-
test
Expression test()
-
as
@CheckForNull Token as()
-
expression
@CheckForNull Expression expression()
-
-