|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.js.IndentationEngineImpl net.sf.jaxme.js.JavaSource net.sf.jaxme.js.JavaInnerClass
Implements an inner class.
Nested Class Summary |
Nested classes inherited from class net.sf.jaxme.js.JavaSource |
JavaSource.Protection, JavaSource.Type |
Field Summary |
Fields inherited from class net.sf.jaxme.js.JavaSource |
CLASS, DEFAULT_PROTECTION, INTERFACE, PRIVATE, PROTECTED, PUBLIC |
Fields inherited from interface net.sf.jaxme.js.IndentationEngine |
NOTHING |
Method Summary | |
void |
addImport(java.lang.String s)
Throws an exception, as inner classes don't have import statements. |
JavaSource |
getOuterClass()
Returns the outer JavaSource instance. |
boolean |
getStatic()
Returns whether this inner class is static. |
boolean |
isInnerClass()
Returns, whether this is an inner class. |
void |
setStatic(boolean pStatic)
Sets whether this inner class is static. |
Methods inherited from class net.sf.jaxme.js.IndentationEngineImpl |
addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, asString, checkNulls, clear, getLevel, getLines, getLines, getPlaceHolder, indent, isEmpty, moveToBottom, moveToTop, newPlaceHolder, removePlaceHolder, setLevel, unindent, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public JavaSource getOuterClass()
Returns the outer JavaSource instance.
public void addImport(java.lang.String s)
Throws an exception, as inner classes don't have import statements.
public boolean getStatic()
Returns whether this inner class is static.
getStatic
in class JavaSource
public void setStatic(boolean pStatic)
Sets whether this inner class is static.
setStatic
in class JavaSource
public boolean isInnerClass()
Returns, whether this is an inner class.
isInnerClass
in class JavaSource
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |