|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SgClassPool | |
|---|---|
| org.fuin.srcgen4javassist | |
| org.fuin.srcgen4javassist.factory | |
| Uses of SgClassPool in org.fuin.srcgen4javassist |
|---|
| Methods in org.fuin.srcgen4javassist with parameters of type SgClassPool | |
|---|---|
static void |
SgUtils.addToStringMethod(SgClassPool pool,
SgClass clasz,
java.util.List<SgField> fields)
Creates an toString() method with all fields. |
static SgClass |
SgClass.create(SgClassPool pool,
java.lang.Class clasz)
Creates a model class by analyzing the "real" class. |
static SgClass |
SgClass.create(SgClassPool pool,
java.lang.String className)
Creates a model class by loading the "real" class with Class.forName(..) |
static SgClass |
SgClass.getNonPrimitiveClass(SgClassPool pool,
SgClass primitive)
Returns the corresponding class for a primitive. |
| Uses of SgClassPool in org.fuin.srcgen4javassist.factory |
|---|
| Constructors in org.fuin.srcgen4javassist.factory with parameters of type SgClassPool | |
|---|---|
ImplementationFactory(SgClassPool pool)
Constructor with class pool. |
|
ImplementationFactory(SgClassPool pool,
boolean onlyDeclaredMethods)
Constructor with class pool and information about methods to implement. |
|
VarListImplementationFactory(SgClassPool pool)
Constructor with class pool. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||