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 |
BreakStatementImpl
An implementation of
BreakStatement . |
class |
ContinueStatementImpl
An implementation of
ContinueStatement . |
Modifier and Type | Interface and Description |
---|---|
interface |
BreakStatement
An interface which represents break statement.
|
interface |
ContinueStatement
An interface which represents continue statement.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.