OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trapMethod
(Results
1 - 4
of
4
) sorted by null
/external/javassist/src/main/javassist/convert/
TransformNew.java
24
private String classname, trapClass,
trapMethod
;
27
String classname, String trapClass, String
trapMethod
) {
31
this.
trapMethod
=
trapMethod
;
48
* INVOKESTATIC
trapMethod
in trapClass
95
int mnameIndex = cp.addUtf8Info(
trapMethod
);
/external/javassist/sample/evolve/
Evolution.java
27
private static CtMethod
trapMethod
;
40
// Get the definition of Sample.make() and store it into
trapMethod
42
trapMethod
= _pool.getMethod("sample.evolve.Sample", "make");
137
trapMethod
, null, absClass);
/external/javassist/src/main/javassist/tools/reflect/
Reflection.java
76
protected CtMethod
trapMethod
, trapStaticMethod;
109
trapMethod
= c.getDeclaredMethod("trap");
324
body =
trapMethod
;
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
Completed in 575 milliseconds