javassist.runtime
Class DotClass
java.lang.Object
javassist.runtime.DotClass
public class DotClass
- extends Object
A support class for implementing .class
notation.
This is required at runtime
only if .class
notation is used in source code given
to the Javassist compiler.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DotClass
public DotClass()
fail
public static NoClassDefFoundError fail(ClassNotFoundException e)
Copyright © 2011. All Rights Reserved.