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.
|
com.asakusafw.utils.java.model.util |
Utilities for Java DOM building/emitting.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionStatementImpl
An implementation of
ExpressionStatement . |
Modifier and Type | Method and Description |
---|---|
ExpressionStatement |
ModelFactoryImpl.newExpressionStatement(Expression expression) |
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitExpressionStatement(ExpressionStatement elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitExpressionStatement(ExpressionStatement elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
ExpressionStatement |
ModelFactory.newExpressionStatement(Expression expression)
Returns a new
ExpressionStatement object. |
Modifier and Type | Method and Description |
---|---|
R |
StrictVisitor.visitExpressionStatement(ExpressionStatement elem,
C context) |
R |
Visitor.visitExpressionStatement(ExpressionStatement elem,
C context)
Processes
ExpressionStatement using this visitor. |
Modifier and Type | Method and Description |
---|---|
ExpressionStatement |
ExpressionBuilder.toStatement()
Returns the built expression as expression statement.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.