Package org.jboss.jdeparser
Class ElseJBlock
- java.lang.Object
-
- org.jboss.jdeparser.BasicJCommentable
-
- org.jboss.jdeparser.BasicJBlock
-
- org.jboss.jdeparser.ElseJBlock
-
- All Implemented Interfaces:
BlockContent
,JBlock
,JCommentable
,JStatement
,Writable
class ElseJBlock extends BasicJBlock
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.jdeparser.JBlock
JBlock.Braces
-
-
Constructor Summary
Constructors Constructor Description ElseJBlock(ImplJIf _if)
ElseJBlock(ImplJIf _if, JBlock.Braces braces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
write(SourceFileWriter writer, FormatPreferences.Space beforeBrace, JBlock.Braces braces)
-
Methods inherited from class org.jboss.jdeparser.BasicJBlock
_assert, _assert, _break, _break, _class, _continue, _continue, _do, _for, _if, _new, _new, _new, _newAnon, _newAnon, _newAnon, _return, _return, _switch, _synchronized, _throw, _try, _while, add, addAssign, andAssign, anonLabel, anonLabel, assign, blankLine, block, call, call, call, call, callStatic, callStatic, callStatic, callStatic, callSuper, callThis, divAssign, empty, forEach, forEach, forEach, forwardLabel, get, getParent, hasSingleItemOfType, label, label, lshrAssign, modAssign, mulAssign, orAssign, postDec, postInc, preDec, preInc, shlAssign, shrAssign, size, subAssign, tempName, tempVar, tempVar, tempVar, var, var, var, var, var, var, write, write, xorAssign
-
Methods inherited from class org.jboss.jdeparser.BasicJCommentable
blockComment, lineComment, writeComments
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.jdeparser.JCommentable
blockComment, lineComment
-
-
-
-
Constructor Detail
-
ElseJBlock
ElseJBlock(ImplJIf _if)
-
ElseJBlock
ElseJBlock(ImplJIf _if, JBlock.Braces braces)
-
-
Method Detail
-
write
void write(SourceFileWriter writer, FormatPreferences.Space beforeBrace, JBlock.Braces braces) throws java.io.IOException
- Overrides:
write
in classBasicJBlock
- Throws:
java.io.IOException
-
-