MCPcopy Index your code
hub / github.com/antlr/codebuff / invoke

Method invoke

output/java_guava/1.4.17/Invokable.java:105–109  ·  view source on GitHub ↗
(@Nullable T receiver, Object... args)

Source from the content-addressed store, hash-verified

103 // All subclasses are owned by us and we'll make sure to get the R type right.
104
105 @SuppressWarnings("unchecked")
106 @CanIgnoreReturnValue
107 public final R invoke(@Nullable T receiver, Object... args) throws InvocationTargetException, IllegalAccessException {
108 return (R) invokeInternal(receiver, checkNotNull(args));
109 }
110
111 /** Returns the return type of this {@code Invokable}. */
112 // All subclasses are owned by us and we'll make sure to get the R type right.

Callers 15

getPropertyMethod · 0.45
getPropertyMethod · 0.45
getPropertyMethod · 0.45
getPropertyMethod · 0.45
getPropertyMethod · 0.45
getPropertyMethod · 0.45
getPropertyMethod · 0.45
getPropertyMethod · 0.45
getJLAMethod · 0.45

Calls 2

invokeInternalMethod · 0.95
checkNotNullMethod · 0.45

Tested by

no test coverage detected