コード例 #1
0
ファイル: XAction.java プロジェクト: dcoraboeuf/jsido
 boolean abstractType() {
   checkType();
   type.setAbstractType(true);
   return true;
 }