Exemplo n.º 1
0
 public void visit(ICompiledClassConstantDefinitionNode value)
 {
     string s = value.GetType().ToString() + ".";
     prepare_string_node(value.name, s + "name");
     //value.comperehensive_type
     //value.comprehensive_type
     prepare_node(value.constant_value, s + "constant_value");
     prepare_string_node(value.field_access_level.ToString(), s + "field_access_level");
     prepare_string_node(value.polymorphic_state.ToString(), s + "polymorphic_state");
     prepare_node(value.type, s + "type");
 }
Exemplo n.º 2
0
  public void visit(ICompiledClassConstantDefinitionNode value)
  {
 
      throw new System.NotSupportedException(value.GetType().ToString());
  }