Example #1
0
 private static int GetNumberPushedByInstruction(Instruction current)
 {
     return current.Accept(new NumberPushedVisitor());
 }