예제 #1
0
 public static void reset()
 {
 	typ = null;
 }
예제 #2
0
 public static type_node get_type_node()
 {
     if (typ == null) 
     {
     	typ = new null_type_node();
     	SystemLibrary.SystemLibrary.init_reference_type(typ);
     }
     return typ;
 }