Interface Decorator
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
DecoratorImpl
public interface Decorator extends Tree
Example:@#name()(arguments())@foo.bar()
See https://docs.python.org/3/reference/compound_stmts.html#grammar-token-decorators
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArgListarguments()TokenatToken()Expressionexpression()
-
-
-
Method Detail
-
atToken
Token atToken()
-
expression
Expression expression()
-
arguments
@CheckForNull ArgList arguments()
-
-