static boolean isDelegate(SigType type) { return isDelegate(type.getDeclaredType()); }
/** * 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()); }