示例#1
0
 private boolean shouldMethodBodyBeRemovedAccordingToExternallyDefinedModel() {
   return methodAdaptationInfo != null && methodAdaptationInfo.shouldMethodBodyBeReplaced();
 }
示例#2
0
 /*
  * Method declaring whether a method is described by a performance model
  */
 private boolean isPerformanceDescribedByExternallyDefinedModel() {
   return methodAdaptationInfo != null
       && methodAdaptationInfo.isPerformanceDescribedByExternallyDefinedModel();
 }