Class ExceptGroupJumpInstructionsCheck

java.lang.Object
org.sonar.plugins.python.api.tree.BaseTreeVisitor
org.sonar.python.tree.ExceptGroupJumpInstructionsCheck
All Implemented Interfaces:
TreeVisitor

public class ExceptGroupJumpInstructionsCheck extends BaseTreeVisitor
Purpose of this class is to detect and throw exception if the scanned tree that contain invalid syntax regarding the except* instruction. It is currently not valid to have a break, continue or return statement in an except* body.