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