Interface StringLiteral

All Superinterfaces:
Expression, Tree
All Known Implementing Classes:
StringLiteralImpl

public interface StringLiteral extends Expression
See https://docs.python.org/3/reference/lexical_analysis.html#string-literal-concatenation
  • Method Details