|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCodeGen.Konstruktor
public class Konstruktor
Helper class for keeping track of constructors inside CodeGen
| Field Summary | |
|---|---|
private ConstructInfo |
cInfo
Info wrapper |
private java.lang.reflect.Constructor |
con
The reflection constructor |
private int |
len
Number of parameters it takes |
private java.lang.String |
params
Parameters this constructor takes |
| Constructor Summary | |
|---|---|
Konstruktor(java.lang.reflect.Constructor con)
Default construtor |
|
| Method Summary | |
|---|---|
static Konstruktor[] |
fetchAll(ClassInfo cinfo)
Generate Konstruktor-objects for all constructors in a class |
int |
len()
Number of parameters this constructor takes |
java.lang.String |
params()
Parameters this constructor takes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.reflect.Constructor con
private ConstructInfo cInfo
private java.lang.String params
private int len
| Constructor Detail |
|---|
public Konstruktor(java.lang.reflect.Constructor con)
con - Reflection constructor object| Method Detail |
|---|
public java.lang.String params()
public int len()
public static Konstruktor[] fetchAll(ClassInfo cinfo)
cinfo - Info object for the class
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||