コード例 #1
0
 public override void EnterHookName([NotNull] TxMarkParser.HookNameContext context)
 {
     _compileContext.SetLocation(context.Start.Line, context.Start.Column);
     _compileContext.NameTag(context.word().GetText());
 }