예제 #1
0
 @SuppressWarnings({"unchecked", "cast"})
 public IntegralType clone() throws CloneNotSupportedException {
   IntegralType node = (IntegralType) super.clone();
   node.in$Circle(false);
   node.is$Final(false);
   return node;
 }
예제 #2
0
파일: IntType.java 프로젝트: JansenLi/soot
 /** @apilevel low-level */
 public void flushCache() {
   super.flushCache();
   boxed_computed = false;
   boxed_value = null;
   jvmName_computed = false;
   jvmName_value = null;
   getSootType_computed = false;
   getSootType_value = null;
 }
예제 #3
0
파일: ByteType.java 프로젝트: bugvm/bugvm
 public void flushCache() {
   super.flushCache();
   narrowingConversionTo_TypeDecl_values = null;
   unaryNumericPromotion_computed = false;
   unaryNumericPromotion_value = null;
   boxed_computed = false;
   boxed_value = null;
   jvmName_computed = false;
   jvmName_value = null;
   getSootType_computed = false;
   getSootType_value = null;
 }
예제 #4
0
파일: IntType.java 프로젝트: JansenLi/soot
 /** @apilevel internal */
 public void flushCollectionCache() {
   super.flushCollectionCache();
 }