|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaSource.Protection | |
net.sf.jaxme.js | |
net.sf.jaxme.js.junit |
Uses of JavaSource.Protection in net.sf.jaxme.js |
Fields in net.sf.jaxme.js declared as JavaSource.Protection | |
static JavaSource.Protection |
JavaSource.PUBLIC
Protection of a class, field or method: public |
static JavaSource.Protection |
JavaSource.PROTECTED
Protection of a class, field or method: protected |
static JavaSource.Protection |
JavaSource.PRIVATE
Protection of a class, field or method: private |
static JavaSource.Protection |
JavaSource.DEFAULT_PROTECTION
Default protection of a class, field or method |
Methods in net.sf.jaxme.js that return JavaSource.Protection | |
JavaSource.Protection |
JavaSourceObject.getProtection()
Returns this JavaSource objects protection. |
JavaSource.Protection |
JavaSource.getProtection()
Returns the protection. |
static JavaSource.Protection |
JavaSource.Protection.valueOf(java.lang.String pProtection)
|
static JavaSource.Protection |
JavaSource.Protection.valueOf(int pModifiers)
Returns an instance of Protection by using the methods Modifier.isPublic(int) , Modifier.isProtected(int) and
Modifier.isPrivate(int) on the argument pModifiers .
|
Methods in net.sf.jaxme.js with parameters of type JavaSource.Protection | |
void |
JavaSourceObject.setProtection(JavaSource.Protection p)
Sets this JavaSource objects protection. |
JavaSource |
JavaSourceFactory.newJavaSource(JavaQName pName,
JavaSource.Protection pProtection)
Creates a new instance of JavaSource with the given name and protection. |
void |
JavaSource.setProtection(JavaSource.Protection protection)
Sets the protection; use null for default protection. |
JavaConstructor |
JavaSource.newJavaConstructor(JavaSource.Protection pProtection)
Creates a new JavaConstructor with the given protection |
JavaMethod |
JavaSource.newJavaMethod(java.lang.String pName,
java.lang.String pType,
JavaSource.Protection pProtection)
Creates a new JavaMethod with the given name, return type and protection. |
JavaMethod |
JavaSource.newJavaMethod(java.lang.String pName,
JavaQName pType,
JavaSource.Protection pProtection)
Creates a new JavaMethod with the given name, return type and protection. |
JavaMethod |
JavaSource.newJavaMethod(java.lang.String pName,
java.lang.Class pType,
JavaSource.Protection pProtection)
Creates a new JavaMethod with the given name, return type and protection. |
JavaField |
JavaSource.newJavaField(java.lang.String pName,
JavaQName pType,
JavaSource.Protection pProtection)
Creates a new JavaField with the given name, type and protection. |
JavaField |
JavaSource.newJavaField(java.lang.String pName,
java.lang.String pType,
JavaSource.Protection pProtection)
Creates a new JavaField with the given name, type and protection. |
JavaField |
JavaSource.newJavaField(java.lang.String pName,
java.lang.Class pType,
JavaSource.Protection pProtection)
Creates a new JavaField with the given name, type and protection. |
JavaInnerClass |
JavaSource.newJavaInnerClass(java.lang.String pName,
JavaSource.Protection pProtection)
Creates a new JavaInnerClass with the given name and protection. |
Constructors in net.sf.jaxme.js with parameters of type JavaSource.Protection | |
JavaSourceObject(java.lang.String pName,
JavaQName pType,
JavaSource.Protection pProtection)
|
|
JavaSourceObject(java.lang.String pName,
java.lang.String pType,
JavaSource.Protection pProtection)
|
|
ConditionalIndentationJavaSourceObject(java.lang.String pName,
JavaQName pType,
JavaSource.Protection pProtection)
|
|
AbstractJavaMethod(java.lang.String pName,
JavaQName pType,
JavaSource.Protection pProtection)
|
Uses of JavaSource.Protection in net.sf.jaxme.js.junit |
Methods in net.sf.jaxme.js.junit with parameters of type JavaSource.Protection | |
JavaSource |
BasicTest.getSource(JavaSource.Protection pProtection)
|
java.lang.String |
BasicTest.getResult(JavaSource.Protection pProtection)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |