Пример #1
0
  public static Object create() {
    PointerStruct self;
    self = new PointerStruct();

    self.clear();

    return self;
  }