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 |
DoStatementImpl
An implementation of
DoStatement . |
Modifier and Type | Method and Description |
---|---|
DoStatement |
ModelFactoryImpl.newDoStatement(Statement body,
Expression condition) |
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitDoStatement(DoStatement elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitDoStatement(DoStatement elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
DoStatement |
ModelFactory.newDoStatement(Statement body,
Expression condition)
Returns a new
DoStatement object. |
Modifier and Type | Method and Description |
---|---|
R |
StrictVisitor.visitDoStatement(DoStatement elem,
C context) |
R |
Visitor.visitDoStatement(DoStatement elem,
C context)
Processes
DoStatement using this visitor. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.