コード例 #1
0
ファイル: BridgeVisitor.cs プロジェクト: bitsummation/pickaxe
 public void Visit(ThreadTableHint hint, CommonTree tree)
 {
     SetLine(hint, tree);
     Parent(tree).Children.Add(hint);
     hint.ThreadCount = int.Parse(tree.GetChild(0).Text);
 }