Package | Description |
---|---|
com.asakusafw.utils.java.internal.model.util |
Internal utlities for Java DOM building/emitting.
|
Modifier and Type | Method and Description |
---|---|
static EmitDirection |
EmitDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmitDirection[] |
EmitDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PrintEmitContext.arrayInitializerBlock(EmitDirection direction) |
void |
EmitContext.arrayInitializerBlock(EmitDirection direction)
Emits a begin or end of an array initializer block.
|
void |
PrintEmitContext.classBlock(EmitDirection direction) |
void |
EmitContext.classBlock(EmitDirection direction)
Emits a begin or end of a class block.
|
void |
PrintEmitContext.declaration(EmitDirection direction) |
void |
EmitContext.declaration(EmitDirection direction)
Emits a begin or end of a type or member declaration.
|
void |
PrintEmitContext.docBlock(EmitDirection direction) |
void |
EmitContext.docBlock(EmitDirection direction)
Emits a begin or end of a block in documentation comments.
|
void |
PrintEmitContext.docComment(EmitDirection direction) |
void |
EmitContext.docComment(EmitDirection direction)
Emits a begin or end of a documentation comment.
|
void |
PrintEmitContext.docInlineBlock(EmitDirection direction) |
void |
EmitContext.docInlineBlock(EmitDirection direction)
Emits a begin or end of an inline block in documentation comments.
|
void |
PrintEmitContext.statement(EmitDirection direction) |
void |
EmitContext.statement(EmitDirection direction)
Emits a begin or end of a statement.
|
void |
PrintEmitContext.statementBlock(EmitDirection direction) |
void |
EmitContext.statementBlock(EmitDirection direction)
Emits a begin or end of a statement block.
|
void |
PrintEmitContext.switchLabel(EmitDirection direction) |
void |
EmitContext.switchLabel(EmitDirection direction)
Emits a begin or end of a
switch label block. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.