Ejemplo n.º 1
0
 public virtual void visit(try_handler _try_handler)
 {
     DefaultVisit(_try_handler);
 }
Ejemplo n.º 2
0
 public override void visit(try_handler _try_handler)
 {
 }
Ejemplo n.º 3
0
		public virtual void post_do_visit(try_handler _try_handler)
		{
		}
Ejemplo n.º 4
0
		public override void visit(try_handler _try_handler)
		{
			DefaultVisit(_try_handler);
			pre_do_visit(_try_handler);
			post_do_visit(_try_handler);
		}
Ejemplo n.º 5
0
 public virtual void visit(try_handler _try_handler)
 {
 }
Ejemplo n.º 6
0
 public override void visit(try_handler _try_handler)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 7
0
		public virtual void visit(try_handler _try_handler)
		{
		}
		public virtual void visit(try_handler _try_handler)
		{
			DefaultVisit(_try_handler);
		}
Ejemplo n.º 9
0
		public override void visit(try_handler _try_handler)
		{
			executer.visit(_try_handler);
		}