public virtual void visit(IRuntimeManagedMethodBody value)
 {
 }
 public virtual void visit(IRuntimeManagedMethodBody value)
 {
 }
Exemple #3
0
 public void visit(IRuntimeManagedMethodBody value)
 {
     string s = value.GetType().Name + ".";
     prepare_string_node(value.runtime_statement_type.ToString(), s + "runtime_statement_type");
 }
Exemple #4
0
 public void visit(IRuntimeManagedMethodBody value)
 {
     throw new System.NotSupportedException(value.GetType().ToString());
 }