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