Ejemplo n.º 1
0
 public void EnterCode([NotNull] sqfParser.CodeContext context)
 {
     this.EnterGeneric(new SqfCode(this.Current));
 }
Ejemplo n.º 2
0
 public void ExitCode([NotNull] sqfParser.CodeContext context)
 {
     var node = this.ExitGeneric <SqfCode>(context);
 }