javassist.runtime
Class Inner

java.lang.Object
  extended by javassist.runtime.Inner

public class Inner
extends java.lang.Object

A support class for compiling a method declared in an inner class. This support class is required at runtime only if the method calls a private constructor in the enclosing class.


Constructor Summary
Inner()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inner

public Inner()


Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2008 Shigeru Chiba. All Rights Reserved.