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