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