Uses of Class
org.exolab.javasource.JConstructor
Packages that use JConstructor
Package
Description
This package contains classes that represent Java Source objects for Castor XML
code generator.
-
Uses of JConstructor in org.exolab.javasource
Methods in org.exolab.javasource that return JConstructorModifier and TypeMethodDescriptionfinal JConstructor
AbstractJClass.createConstructor()
Creates a new JConstructor and adds it to this JClass.final JConstructor
AbstractJClass.createConstructor
(JParameter[] params) Creates a new JConstructor and adds it to this JClass.final JConstructor
AbstractJClass.getConstructor
(int index) Returns the constructor at the specified index.final JConstructor[]
AbstractJClass.getConstructors()
Returns the an array of the JConstructors contained within this JClass.Methods in org.exolab.javasource with parameters of type JConstructorModifier and TypeMethodDescriptionvoid
AbstractJClass.addConstructor
(JConstructor constructor) Adds the given Constructor to this classes list of constructors.void
JEnum.addConstructor
(JConstructor constructor) Override to only allow private constructors.final boolean
AbstractJClass.removeConstructor
(JConstructor constructor) Removes the given constructor from this JClass.