Class MatchStatementImpl

java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.MatchStatementImpl
All Implemented Interfaces:
MatchStatement, Statement, Tree

public class MatchStatementImpl extends PyTree implements MatchStatement