Package org.sonar.python.api.tree
Interface PrintStatement
-
- All Known Implementing Classes:
PrintStatementImpl
public interface PrintStatement extends Statement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Expression>expressions()TokenprintKeyword()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
printKeyword
Token printKeyword()
-
expressions
List<Expression> expressions()
-
-