Interface NoneExpression
-
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
NoneExpressionImpl
public interface NoneExpression extends Expression
See https://docs.python.org/3/library/constants.html#None
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tokennone()-
Methods inherited from interface org.sonar.plugins.python.api.tree.Expression
type
-
-
-
-
Method Detail
-
none
Token none()
-
-