| Class | Description |
|---|---|
| AssertWriter<JS> |
asserts - not supported
|
| BlockWriter<JS> |
regular blocks.
|
| BreakWriter<JS> | |
| CaseWriter<JS> | |
| CatchWriter<JS> | |
| ContinueWriter<JS> | |
| DoWhileLoopWriter<JS> | |
| EmptyStatementWriter<JS> | |
| EnhancedForLoopWriter<JS> |
generates from
|
| ExpressionStatementWriter<JS> | |
| ForLoopWriter<JS> | |
| IfWriter<JS> | |
| LabeledStatementWriter<JS> | |
| MultipleVariableWriter<JS> |
this is a special writer called from a block to handle the case of multiple variables declarated on the same line.
|
| ReturnWriter<JS> | |
| SwitchWriter<JS> |
switch
|
| SynchronizedWriter<JS> |
Synchronized blocks are not allowed
|
| ThrowWriter<JS> | |
| TryWriter<JS> |
Try blocks -> as in java
|
| VariableWriter<JS> |
variable declaration.
|
| WhileLoopWriter<JS> |
while loop - as in Java
|
Copyright © 2015. All Rights Reserved.