コード例 #1
0
ファイル: EGenericTypeImpl.java プロジェクト: eclipse/edt
 static {
   int offset = EModelElementImpl.totalSlots();
   Slot_eClassifier += offset;
   Slot_eTypeArguments += offset;
 }
コード例 #2
0
ファイル: EGenericTypeImpl.java プロジェクト: eclipse/edt
 public static int totalSlots() {
   return totalSlots + EModelElementImpl.totalSlots();
 }