Interface Guard
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
GuardImpl
public interface Guard extends Tree
Guard
See https://docs.python.org/3/reference/compound_stmts.html#guardsifKeyword()condition()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expressioncondition()TokenifKeyword()
-
-
-
Method Detail
-
ifKeyword
Token ifKeyword()
-
condition
Expression condition()
-
-