Пример #1
0
 static boolean isDelegate(SigType type) {
   return isDelegate(type.getDeclaredType());
 }
Пример #2
0
 /**
  * Calculates the size of a local variable
  *
  * @param type The type of parameter
  * @return The size in parameter units
  */
 static int calculateLocalVariableSpace(SigType type) {
   return calculateLocalVariableSpace(type.getDeclaredType());
 }