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
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.tree.Tree

    Tree.Kind
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.sonar.plugins.python.api.tree.Expression

    type

    Methods inherited from interface org.sonar.plugins.python.api.tree.Tree

    accept, children, firstToken, getKind, is, lastToken, parent
  • Method Details