javassist.tools.reflect
Class Sample
java.lang.Object
javassist.tools.reflect.Sample
public class Sample
- extends Object
A template used for defining a reflective class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sample
public Sample()
trap
public Object trap(Object[] args,
int identifier)
throws Throwable
- Throws:
Throwable
trapStatic
public static Object trapStatic(Object[] args,
int identifier)
throws Throwable
- Throws:
Throwable
trapRead
public static Object trapRead(Object[] args,
String name)
trapWrite
public static Object trapWrite(Object[] args,
String name)
Copyright © 2011. All Rights Reserved.