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 JConstructorAbstractJClass.createConstructor()Creates a new JConstructor and adds it to this JClass.final JConstructorAbstractJClass.createConstructor(JParameter[] params) Creates a new JConstructor and adds it to this JClass.final JConstructorAbstractJClass.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 TypeMethodDescriptionvoidAbstractJClass.addConstructor(JConstructor constructor) Adds the given Constructor to this classes list of constructors.voidJEnum.addConstructor(JConstructor constructor) Override to only allow private constructors.final booleanAbstractJClass.removeConstructor(JConstructor constructor) Removes the given constructor from this JClass.