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