OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:methodMatcher
(Results
1 - 12
of
12
) sorted by null
/external/guice/core/src/com/google/inject/internal/
MethodAspect.java
37
private final Matcher<? super Method>
methodMatcher
;
43
* @param
methodMatcher
matches methods the interceptor should apply to. For example: {@code
48
Matcher<? super Method>
methodMatcher
, List<MethodInterceptor> interceptors) {
50
this.
methodMatcher
= checkNotNull(
methodMatcher
, "method matcher");
55
Matcher<? super Method>
methodMatcher
, MethodInterceptor... interceptors) {
56
this(classMatcher,
methodMatcher
, Arrays.asList(interceptors));
64
return
methodMatcher
.matches(method);
EncounterImpl.java
67
public void bindInterceptor(Matcher<? super Method>
methodMatcher
,
76
aspects.add(new MethodAspect(Matchers.any(),
methodMatcher
, interceptors));
/external/guice/core/src/com/google/inject/spi/
InterceptorBinding.java
48
private final Matcher<? super Method>
methodMatcher
;
54
Matcher<? super Method>
methodMatcher
,
58
this.
methodMatcher
= checkNotNull(
methodMatcher
, "
methodMatcher
");
71
return
methodMatcher
;
83
binder.withSource(getSource()).bindInterceptor(classMatcher,
methodMatcher
,
TypeEncounter.java
115
* @param
methodMatcher
matches methods the interceptor should apply to. For
119
void bindInterceptor(Matcher<? super Method>
methodMatcher
,
Elements.java
226
Matcher<? super Method>
methodMatcher
,
229
getElementSource(), classMatcher,
methodMatcher
, interceptors));
/external/guice/core/src/com/google/inject/
AbstractModule.java
169
Matcher<? super Method>
methodMatcher
,
171
binder().bindInterceptor(classMatcher,
methodMatcher
, interceptors);
PrivateModule.java
227
Matcher<? super Method>
methodMatcher
,
229
binder().bindInterceptor(classMatcher,
methodMatcher
, interceptors);
Binder.java
221
* @param
methodMatcher
matches methods the interceptor should apply to. For
227
Matcher<? super Method>
methodMatcher
,
/external/guice/core/test/com/google/inject/spi/
ElementsTest.java
692
final Matcher<Object>
methodMatcher
= Matchers.any();
703
bindInterceptor(classMatcher,
methodMatcher
, methodInterceptor);
710
assertSame(
methodMatcher
, command.getMethodMatcher());
[
all
...]
/external/testng/lib-supplied/
guice-2.0.jar
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 61 milliseconds