roboguice.event.eventListener.javaassist
Class RuntimeSupport

java.lang.Object
  extended by roboguice.event.eventListener.javaassist.RuntimeSupport

public class RuntimeSupport
extends Object

Runtime support routines that the classes generated by ProxyFactory use.


Constructor Summary
RuntimeSupport()
           
 
Method Summary
static String makeDescriptor(Class[] params, Class retType)
          Makes a descriptor for a given method.
static String makeDescriptor(Method m)
          Makes a descriptor for a given method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeSupport

public RuntimeSupport()
Method Detail

makeDescriptor

public static String makeDescriptor(Method m)
Makes a descriptor for a given method.


makeDescriptor

public static String makeDescriptor(Class[] params,
                                    Class retType)
Makes a descriptor for a given method.

Parameters:
params - parameter types.
retType - return type.


Copyright © 2012. All Rights Reserved.