Package | Description |
---|---|
com.asakusafw.utils.java.internal.model.syntax |
Naive Java DOM implementations.
|
com.asakusafw.utils.java.model.syntax |
Interfaces for representing Java DOMs.
|
Modifier and Type | Class and Description |
---|---|
class |
SwitchCaseLabelImpl
An implementation of
SwitchCaseLabel . |
class |
SwitchDefaultLabelImpl
An implementation of
SwitchDefaultLabel . |
Modifier and Type | Interface and Description |
---|---|
interface |
SwitchCaseLabel
* An interface which represents
case labels in switch statements. |
interface |
SwitchDefaultLabel
An interface which represents
default labels in switch statements. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.