ABT.GotoLabelsGrabber.Visit C# (CSharp) Method

Visit() public method

public Visit ( DefaultStmt stmt ) : void
stmt DefaultStmt
return void
        public override void Visit(DefaultStmt stmt) =>
            stmt.Stmt.Accept(this);

Same methods

GotoLabelsGrabber::Visit ( BreakStmt stmt ) : void
GotoLabelsGrabber::Visit ( CaseStmt stmt ) : void
GotoLabelsGrabber::Visit ( CompoundStmt stmt ) : void
GotoLabelsGrabber::Visit ( ContStmt stmt ) : void
GotoLabelsGrabber::Visit ( DoWhileStmt stmt ) : void
GotoLabelsGrabber::Visit ( ExprStmt stmt ) : void
GotoLabelsGrabber::Visit ( ForStmt stmt ) : void
GotoLabelsGrabber::Visit ( GotoStmt stmt ) : void
GotoLabelsGrabber::Visit ( IfElseStmt stmt ) : void
GotoLabelsGrabber::Visit ( IfStmt stmt ) : void
GotoLabelsGrabber::Visit ( LabeledStmt stmt ) : void
GotoLabelsGrabber::Visit ( ReturnStmt stmt ) : void
GotoLabelsGrabber::Visit ( Stmt stmt ) : void
GotoLabelsGrabber::Visit ( SwitchStmt stmt ) : void
GotoLabelsGrabber::Visit ( WhileStmt stmt ) : void
GotoLabelsGrabber