Example #1
0
 public void ProcessStatementGoto(DMASTProcStatementGoto statementGoto)
 {
     _proc.Goto(statementGoto.Label.Identifier);
 }
Example #2
0
 public void VisitProcStatementGoto(DMASTProcStatementGoto statementGoto)
 {
 }