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 |
EnhancedForStatementImpl
An implementation of
EnhancedForStatement . |
Modifier and Type | Method and Description |
---|---|
EnhancedForStatement |
ModelFactoryImpl.newEnhancedForStatement(FormalParameterDeclaration parameter,
Expression expression,
Statement body) |
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitEnhancedForStatement(EnhancedForStatement elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitEnhancedForStatement(EnhancedForStatement elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
EnhancedForStatement |
ModelFactory.newEnhancedForStatement(FormalParameterDeclaration parameter,
Expression expression,
Statement body)
Returns a new
EnhancedForStatement object. |
default EnhancedForStatement |
ModelFactory.newEnhancedForStatement(Type type,
SimpleName name,
Expression expression,
Statement body)
Returns a new
EnhancedForStatement object. |
Modifier and Type | Method and Description |
---|---|
R |
StrictVisitor.visitEnhancedForStatement(EnhancedForStatement elem,
C context) |
R |
Visitor.visitEnhancedForStatement(EnhancedForStatement elem,
C context)
Processes
EnhancedForStatement using this visitor. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.