类 ClassNode

    • 字段详细资料

      • children

        public java.util.List<ClassNode> children
    • 构造器详细资料

      • ClassNode

        public ClassNode​(java.lang.String className)
    • 方法详细资料

      • read

        public void read​(com.google.gson.stream.JsonReader jsonReader,
                         com.google.gson.Gson gson)
                  throws java.io.IOException
        指定者:
        read 在接口中 Jsonable
        覆盖:
        read 在类中 Node
        抛出:
        java.io.IOException
      • write

        public void write​(com.google.gson.stream.JsonWriter jsonWriter,
                          com.google.gson.Gson gson)
                   throws java.io.IOException
        指定者:
        write 在接口中 Jsonable
        覆盖:
        write 在类中 Node
        抛出:
        java.io.IOException