Esempio n. 1
0
  /*
  udanax-top.st:44703:
  (WorkRecorder getOrMakeCxxClassDescription)
  	attributes: ((Set new) add: #DEFERRED; yourself)!
  */
  public static void initializeClassAttributes() {
    AboraSupport.findAboraClass(WorkRecorder.class).setAttributes(new Set().add("DEFERRED"));
    /*

    Generated during transformation: AddMethod
    */
  }
  /*
  udanax-top.st:47539:
  (OffsetImmuTable getOrMakeCxxClassDescription)
  	attributes: ((Set new) add: #CONCRETE; add: #NOT.A.TYPE; yourself)!
  */
  public static void initializeClassAttributes() {
    AboraSupport.findAboraClass(OffsetImmuTable.class)
        .setAttributes(new Set().add("CONCRETE").add("NOTATYPE"));
    /*

    Generated during transformation: AddMethod
    */
  }
Esempio n. 3
0
  /*
  udanax-top.st:57389:
  (Honestly getOrMakeCxxClassDescription)
  	attributes: ((Set new) add: #CONCRETE; add: #(COPY boot ); add: #NOT.A.TYPE; yourself)!
  */
  public static void initializeClassAttributes() {
    AboraSupport.findAboraClass(Honestly.class)
        .setAttributes(
            new Set().add("CONCRETE").add(new String[] {"COPY", "boot"}).add("NOTATYPE"));
    /*

    Generated during transformation: AddMethod
    */
  }