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 |
LabeledStatementImpl
An implementation of
LabeledStatement . |
Modifier and Type | Method and Description |
---|---|
LabeledStatement |
ModelFactoryImpl.newLabeledStatement(SimpleName label,
Statement body) |
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitLabeledStatement(LabeledStatement elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitLabeledStatement(LabeledStatement elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
LabeledStatement |
ModelFactory.newLabeledStatement(SimpleName label,
Statement body)
Returns a new
LabeledStatement object. |
Modifier and Type | Method and Description |
---|---|
R |
StrictVisitor.visitLabeledStatement(LabeledStatement elem,
C context) |
R |
Visitor.visitLabeledStatement(LabeledStatement elem,
C context)
Processes
LabeledStatement using this visitor. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.