Package | Description |
---|---|
com.asakusafw.utils.java.internal.model.syntax |
Naive Java DOM implementations.
|
com.asakusafw.utils.java.internal.model.util |
Internal utlities for Java DOM building/emitting.
|
com.asakusafw.utils.java.model.syntax |
Interfaces for representing Java DOMs.
|
Modifier and Type | Class and Description |
---|---|
class |
WhileStatementImpl
An implementation of
WhileStatement . |
Modifier and Type | Method and Description |
---|---|
WhileStatement |
ModelFactoryImpl.newWhileStatement(Expression condition,
Statement body) |
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitWhileStatement(WhileStatement elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitWhileStatement(WhileStatement elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
WhileStatement |
ModelFactory.newWhileStatement(Expression condition,
Statement body)
Returns a new
WhileStatement object. |
Modifier and Type | Method and Description |
---|---|
R |
StrictVisitor.visitWhileStatement(WhileStatement elem,
C context) |
R |
Visitor.visitWhileStatement(WhileStatement elem,
C context)
Processes
WhileStatement using this visitor. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.