|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JConstructor | |
---|---|
org.codehaus.modello.plugin.java.javasource |
Uses of JConstructor in org.codehaus.modello.plugin.java.javasource |
---|
Methods in org.codehaus.modello.plugin.java.javasource that return JConstructor | |
---|---|
JConstructor |
JClass.createConstructor()
Creates a new JConstructor and adds it to this JClass. |
JConstructor |
JClass.createConstructor(JParameter[] params)
Creates a new JConstructor and adds it to this JClass. |
JConstructor |
JClass.getConstructor(int index)
Returns the constructor at the specified index. |
JConstructor[] |
JClass.getConstructors()
Returns the an array of the JConstructors contained within this JClass |
Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JConstructor | |
---|---|
void |
JClass.addConstructor(JConstructor constructor)
Adds the given Constructor to this classes list of constructors. |
boolean |
JClass.removeConstructor(JConstructor constructor)
Removes the given constructor from this JClass |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |