- All Superinterfaces:
Tree
- All Known Subinterfaces:
AsPattern, CapturePattern, ClassPattern, DoubleStarPattern, GroupPattern, KeyValuePattern, KeywordPattern, LiteralPattern, MappingPattern, OrPattern, SequencePattern, StarPattern, ValuePattern, WildcardPattern
- All Known Implementing Classes:
AsPatternImpl, CapturePatternImpl, ClassPatternImpl, DoubleStarPatternImpl, GroupPatternImpl, KeyValuePatternImpl, KeywordPatternImpl, LiteralPatternImpl, MappingPatternImpl, OrPatternImpl, SequencePatternImpl, StarPatternImpl, ValuePatternImpl, WildcardPatternImpl
public interface Pattern
extends Tree
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.tree.Tree
Tree.Kind
-