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.
|
com.asakusafw.utils.java.model.util |
Utilities for Java DOM building/emitting.
|
Modifier and Type | Class and Description |
---|---|
class |
ThrowStatementImpl
An implementation of
ThrowStatement . |
Modifier and Type | Method and Description |
---|---|
ThrowStatement |
ModelFactoryImpl.newThrowStatement(Expression expression) |
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitThrowStatement(ThrowStatement elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitThrowStatement(ThrowStatement elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
ThrowStatement |
ModelFactory.newThrowStatement(Expression expression)
Returns a new
ThrowStatement object. |
Modifier and Type | Method and Description |
---|---|
R |
StrictVisitor.visitThrowStatement(ThrowStatement elem,
C context) |
R |
Visitor.visitThrowStatement(ThrowStatement elem,
C context)
Processes
ThrowStatement using this visitor. |
Modifier and Type | Method and Description |
---|---|
ThrowStatement |
ExpressionBuilder.toThrowStatement()
Returns a
throw statement which throws the built expression. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.