コード例 #1
0
ファイル: BridgeVisitor.cs プロジェクト: jeason0813/pickaxe
 public void Visit(JSTableHint hint, CommonTree tree)
 {
     SetLine(hint, tree);
     Parent(tree).Children.Add(hint);
     VisitChildren(tree);
 }
コード例 #2
0
 public void Visit(JSTableHint hint)
 {
     _codeStack.Peek().CodeExpression = new CodePrimitiveExpression(hint.CssWaitElement);
 }