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 |
StatementExpressionListImpl
An implementation of
StatementExpressionList . |
Modifier and Type | Method and Description |
---|---|
StatementExpressionList |
ForStatementImpl.getUpdate() |
StatementExpressionList |
ModelFactoryImpl.newStatementExpressionList(Expression... expressions) |
StatementExpressionList |
ModelFactoryImpl.newStatementExpressionList(List<? extends Expression> expressions) |
Modifier and Type | Method and Description |
---|---|
ForStatement |
ModelFactoryImpl.newForStatement(ForInitializer initialization,
Expression condition,
StatementExpressionList update,
Statement body) |
void |
ForStatementImpl.setUpdate(StatementExpressionList update)
Sets the loop update part.
|
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitStatementExpressionList(StatementExpressionList elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitStatementExpressionList(StatementExpressionList elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
StatementExpressionList |
ForStatement.getUpdate()
Returns the loop update part.
|
StatementExpressionList |
ModelFactory.newStatementExpressionList(Expression... expressions)
Returns a new
StatementExpressionList object. |
StatementExpressionList |
ModelFactory.newStatementExpressionList(List<? extends Expression> expressions)
Returns a new
StatementExpressionList object. |
Modifier and Type | Method and Description |
---|---|
ForStatement |
ModelFactory.newForStatement(ForInitializer initialization,
Expression condition,
StatementExpressionList update,
Statement body)
Returns a new
ForStatement object. |
R |
StrictVisitor.visitStatementExpressionList(StatementExpressionList elem,
C context) |
R |
Visitor.visitStatementExpressionList(StatementExpressionList elem,
C context)
Processes
StatementExpressionList using this visitor. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.