예제 #1
0
 public CodeModelProcessor(IParseNodeHandler nodeHandler, object context)
 {
     this.nodeHandler = nodeHandler;
     this.context     = context;
     notifyChildren   = nodeHandler.RequiresChildrenGrouping;
 }
예제 #2
0
 public CodeModelProcessor(IParseNodeHandler nodeHandler, object context) {
     _nodeHandler = nodeHandler;
     _context = context;
     _notifyChildren = nodeHandler.RequiresChildrenGrouping;
 }