コード例 #1
0
ファイル: ExpressionDecompiler.cs プロジェクト: gmf520/Smocks
 private static int GetNumberPushedByInstruction(Instruction current)
 {
     return current.Accept(new NumberPushedVisitor());
 }