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