Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for mayNeedHiddenThis (0.1 seconds)

  1. android/guava/src/com/google/common/reflect/Invokable.java

            return declaringClass;
          }
        }
    
        @Override
        Type[] getGenericParameterTypes() {
          Type[] types = constructor.getGenericParameterTypes();
          if (types.length > 0 && mayNeedHiddenThis()) {
            Class<?>[] rawParamTypes = constructor.getParameterTypes();
            if (types.length == rawParamTypes.length
                && rawParamTypes[0] == getDeclaringClass().getEnclosingClass()) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 23 21:06:42 GMT 2026
    - 18.5K bytes
    - Click Count (0)
Back to Top