|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
toString() method with all fields.
ClassPool.getDefault(),
default class loader and default domain.
Class.forName(..)
- create(SgClassPool, Class) -
Static method in class org.fuin.srcgen4javassist.SgClass
- Creates a model class by analyzing the "real" class.
- createClass(SgClass) -
Method in class org.fuin.srcgen4javassist.ByteCodeGenerator
- Generates the byte code for a model class and returns it.
- createInstance(Class) -
Method in class org.fuin.srcgen4javassist.ByteCodeGenerator
- Creates an instance using the nor-arguments constructor and maps all
exceptions into
RuntimeException.
- createInstance(Class, Class[], Object[]) -
Method in class org.fuin.srcgen4javassist.ByteCodeGenerator
- Creates an instance mapping all exceptions into
RuntimeException.
- createInstance(SgClass, Class[], Object[]) -
Method in class org.fuin.srcgen4javassist.ByteCodeGenerator
- Creates an instance from a model class mapping all exceptions into
RuntimeException.
- createInstance(SgClass) -
Method in class org.fuin.srcgen4javassist.ByteCodeGenerator
- Creates an instance from a model class with it's no argument constructor
and maps all exceptions into
RuntimeException.
- createWithCurrentThreadContextClassLoader() -
Static method in class org.fuin.srcgen4javassist.ByteCodeGenerator
- Creates a generator initialized with default class pool and the context
class loader of the current thread.
Class.forName(..)
- LONG -
Static variable in class org.fuin.srcgen4javassist.SgClass
- Simple "long" type.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||