Class 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.