javassist.runtime
Class Inner

java.lang.Object
  extended byjavassist.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()
           
 
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-2005 Shigeru Chiba. All Rights Reserved.