|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaConstructor | |
net.sf.jaxme.js | |
net.sf.jaxme.js.pattern | The pattern package This package contains a set of design patterns implemented with the JaxMe JavaSource generator framework. |
Uses of JavaConstructor in net.sf.jaxme.js |
Methods in net.sf.jaxme.js that return JavaConstructor | |
JavaConstructor[] |
JavaSource.getConstructors()
Returns the list of constructors that this class has. |
JavaConstructor |
JavaSource.newJavaConstructor()
Creates a new JavaConstructor with default protection |
JavaConstructor |
JavaSource.newJavaConstructor(JavaSource.Protection pProtection)
Creates a new JavaConstructor with the given protection |
JavaConstructor |
JavaSource.newJavaConstructor(java.lang.String pProtection)
Creates a new JavaConstructor with the given protection. |
JavaConstructor |
JavaSource.newJavaConstructor(JavaConstructor pConstructor)
Creates a new JavaConstructor with the same parameters, protection and exceptions than the given. |
JavaConstructor |
JavaSource.newJavaConstructor(JavaConstructor pConstructor,
boolean pSuper)
Creates a new JavaConstructor with the same signature than the given constructors. |
Methods in net.sf.jaxme.js with parameters of type JavaConstructor | |
JavaConstructor |
JavaSource.newJavaConstructor(JavaConstructor pConstructor)
Creates a new JavaConstructor with the same parameters, protection and exceptions than the given. |
JavaConstructor |
JavaSource.newJavaConstructor(JavaConstructor pConstructor,
boolean pSuper)
Creates a new JavaConstructor with the same signature than the given constructors. |
Uses of JavaConstructor in net.sf.jaxme.js.pattern |
Methods in net.sf.jaxme.js.pattern that return JavaConstructor | |
protected JavaConstructor |
ProxyGenerator.getConstructor(JavaSource pJs,
ProxyGenerator.InterfaceDescription[] pInterfaces)
Creates a constructor with protected access and a single argument, the backing object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |