Package 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.
-
-
Constructor Summary
Constructors Constructor Description Sample()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
trap(Object[] args, int identifier)
static Object
trapRead(Object[] args, String name)
static Object
trapStatic(Object[] args, int identifier)
static Object
trapWrite(Object[] args, String name)
-