Uses of Class
org.codehaus.modello.plugin.java.javasource.JConstructor
-
Packages that use JConstructor Package Description org.codehaus.modello.plugin.java org.codehaus.modello.plugin.java.javasource -
-
Uses of JConstructor in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java with parameters of type JConstructor Modifier and Type Method Description private voidJavaModelloGenerator. createInstanceAndSetProperties(ModelClass modelClass, JConstructor constructor, JSourceCode sc)private voidJavaModelloGenerator. generateBuilder(ModelClass modelClass, JClass builderClass, JConstructor outherClassConstructor)private voidJavaModelloGenerator. generateStaticCreator(ModelClass modelClass, JClass jClass, JConstructor constructor) -
Uses of JConstructor in org.codehaus.modello.plugin.java.javasource
Fields in org.codehaus.modello.plugin.java.javasource with type parameters of type JConstructor Modifier and Type Field Description private java.util.List<JConstructor>JClass. _constructorsThe list of constructors for this JClassMethods in org.codehaus.modello.plugin.java.javasource that return JConstructor Modifier and Type Method Description JConstructorJClass. createConstructor()Creates a new JConstructor and adds it to this JClass.JConstructorJClass. createConstructor(JParameter[] params)Creates a new JConstructor and adds it to this JClass.JConstructorJClass. getConstructor(int index)Returns the constructor at the specified index.JConstructor[]JClass. getConstructors()Returns the an array of the JConstructors contained within this JClassMethods in org.codehaus.modello.plugin.java.javasource with parameters of type JConstructor Modifier and Type Method Description voidJClass. addConstructor(JConstructor constructor)Adds the given Constructor to this classes list of constructors.booleanJClass. removeConstructor(JConstructor constructor)Removes the given constructor from this JClass
-