Package org.sonar.python.api.tree
Interface ComprehensionClause
-
- All Superinterfaces:
Tree
- All Known Subinterfaces:
ComprehensionFor,ComprehensionIf
- All Known Implementing Classes:
ComprehensionForImpl,ComprehensionIfImpl
public interface ComprehensionClause extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComprehensionClausenestedClause()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
nestedClause
@CheckForNull ComprehensionClause nestedClause()
-
-