Searched defs:Invokable (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/reflect/
H A DParameter.java39 private final Invokable<?, ?> declaration;
45 Invokable<?, ?> declaration,
60 /** Returns the {@link Invokable} that declares this parameter. */
61 public Invokable<?, ?> getDeclaringInvokable() {
44 Parameter( Invokable<?, ?> declaration, int position, TypeToken<?> type, Annotation[] annotations) argument
H A DInvokable.java49 * Invokable<List<String>, ?> invokable = new TypeToken<List<String>>() {}.method(getMethod);
60 public abstract class Invokable<T, R> extends Element implements GenericDeclaration { class in inherits:Element,GenericDeclaration
62 <M extends AccessibleObject & Member> Invokable(M member) { method in class:Invokable
66 /** Returns {@link Invokable} of {@code method}. */
67 public static Invokable<?, Object> from(Method method) {
71 /** Returns {@link Invokable} of {@code constructor}. */
72 public static <T> Invokable<T, T> from(Constructor<T> constructor) {
105 /** Returns the return type of this {@code Invokable}. */
113 * Returns all declared parameters of this {@code Invokable}. Note that if this is a constructor
128 /** Returns all declared exception types of this {@code Invokable}
[all...]
/external/guava/guava-testlib/src/com/google/common/testing/
H A DClassSanityTester.java35 import com.google.common.reflect.Invokable;
81 private static final Ordering<Invokable<?, ?>> BY_METHOD_NAME =
82 new Ordering<Invokable<?, ?>>() {
83 @Override public int compare(Invokable<?, ?> left, Invokable<?, ?> right) {
88 private static final Ordering<Invokable<?, ?>> BY_PARAMETERS =
89 new Ordering<Invokable<?, ?>>() {
90 @Override public int compare(Invokable<?, ?> left, Invokable<?, ?> right) {
95 private static final Ordering<Invokable<
571 testEqualsUsing(final Invokable<?, ?> factory) argument
616 generateEqualFactoryArguments( Invokable<?, ?> factory, List<Parameter> params, List<Object> args) argument
641 hashCodeInsensitiveToArgReference( Invokable<?, ?> factory, List<Object> args, int i, Object alternateArg) argument
[all...]
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 149 milliseconds