Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for reflexive (0.04 sec)

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

    import java.lang.reflect.TypeVariable;
    import java.util.Arrays;
    import org.jspecify.annotations.Nullable;
    
    /**
     * Wrapper around either a {@link Method} or a {@link Constructor}. Convenience API is provided to
     * make common reflective operation easier to deal with, such as {@link #isPublic}, {@link
     * #getParameters} etc.
     *
     * <p>In addition to convenience methods, {@link TypeToken#method} and {@link TypeToken#constructor}
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 18.4K bytes
    - Viewed (0)
  2. guava/src/com/google/common/util/concurrent/AbstractFutureState.java

            try {
              /*
               * We first use reflection to check whether VarHandle exists. If we instead just tried to
               * load our class directly (which would trigger non-reflective loading of VarHandle) from
               * within a `try` block, then an error might be thrown even before we enter the `try`
               * block: https://github.com/google/truth/issues/333#issuecomment-765652454
               *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 34.8K bytes
    - Viewed (0)
  3. android/pom.xml

        <j2objc.version>3.1</j2objc.version>
        <project.build.outputTimestamp>2025-01-02T00:00:00Z</project.build.outputTimestamp>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <!--
        Some tests need reflective access to the internals of these packages. It is only the
        tests themselves and not the code being tested that needs that access, though there's no
        obvious way to ensure that.
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 24.3K bytes
    - Viewed (0)
  4. pom.xml

        <j2objc.version>3.1</j2objc.version>
        <project.build.outputTimestamp>2025-01-02T00:00:00Z</project.build.outputTimestamp>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <!--
        Some tests need reflective access to the internals of these packages. It is only the
        tests themselves and not the code being tested that needs that access, though there's no
        obvious way to ensure that.
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 23.9K bytes
    - Viewed (0)
Back to top