예제 #1
0
 public override object VisitAnonEventHandler(PParser.AnonEventHandlerContext context)
 {
     return(Visit(context.functionBody()));
 }