コード例 #1
0
ファイル: ShiftExpr.java プロジェクト: JansenLi/soot
 /** @apilevel internal */
 public void flushCollectionCache() {
   super.flushCollectionCache();
 }
コード例 #2
0
ファイル: ShiftExpr.java プロジェクト: JansenLi/soot
 /** @apilevel low-level */
 public void flushCache() {
   super.flushCache();
   type_computed = false;
   type_value = null;
 }