Javassist 3.15.0-GA-redhat-2

javassist.tools.reflect
Class Sample

java.lang.Object
  extended by javassist.tools.reflect.Sample

public class Sample
extends Object

A template used for defining a reflective class.


Constructor Summary
Sample()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sample

public Sample()
Method Detail

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)

Javassist 3.15.0-GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.