OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:classMatcher
(Results
1 - 13
of
13
) sorted by null
/external/guice/core/src/com/google/inject/internal/
MethodAspect.java
36
private final Matcher<? super Class<?>>
classMatcher
;
41
* @param
classMatcher
matches classes the interceptor should apply to. For example: {@code
47
MethodAspect(Matcher<? super Class<?>>
classMatcher
,
49
this.
classMatcher
= checkNotNull(
classMatcher
, "class matcher");
54
MethodAspect(Matcher<? super Class<?>>
classMatcher
,
56
this(
classMatcher
, methodMatcher, Arrays.asList(interceptors));
60
return
classMatcher
.matches(clazz);
/external/guice/core/src/com/google/inject/spi/
InterceptorBinding.java
47
private final Matcher<? super Class<?>>
classMatcher
;
53
Matcher<? super Class<?>>
classMatcher
,
57
this.
classMatcher
= checkNotNull(
classMatcher
, "
classMatcher
");
67
return
classMatcher
;
83
binder.withSource(getSource()).bindInterceptor(
classMatcher
, methodMatcher,
Elements.java
225
Matcher<? super Class<?>>
classMatcher
,
229
getElementSource(),
classMatcher
, methodMatcher, interceptors));
/external/guice/core/src/com/google/inject/
AbstractModule.java
168
protected void bindInterceptor(Matcher<? super Class<?>>
classMatcher
,
171
binder().bindInterceptor(
classMatcher
, methodMatcher, interceptors);
PrivateModule.java
226
protected final void bindInterceptor(Matcher<? super Class<?>>
classMatcher
,
229
binder().bindInterceptor(
classMatcher
, methodMatcher, interceptors);
Binder.java
219
* @param
classMatcher
matches classes the interceptor should apply to. For
226
void bindInterceptor(Matcher<? super Class<?>>
classMatcher
,
/external/guice/core/test/com/google/inject/spi/
ElementsTest.java
691
final Matcher<Class>
classMatcher
= Matchers.subclassesOf(List.class);
703
bindInterceptor(
classMatcher
, methodMatcher, methodInterceptor);
709
assertSame(
classMatcher
, command.getClassMatcher());
[
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/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/
accessibility-test-framework-2.1.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar
/prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 146 milliseconds