Interface Pattern

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