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 |
TryResourceImpl
An implementation of
TryResource . |
Modifier and Type | Method and Description |
---|---|
TryResource |
ModelFactoryImpl.newTryResource(FormalParameterDeclaration parameter,
Expression expression) |
Modifier and Type | Method and Description |
---|---|
List<? extends TryResource> |
TryStatementImpl.getResources() |
Modifier and Type | Method and Description |
---|---|
TryStatement |
ModelFactoryImpl.newTryStatement(List<? extends TryResource> resources,
Block tryBlock,
List<? extends CatchClause> catchClauses,
Block finallyBlock) |
void |
TryStatementImpl.setResources(List<? extends TryResource> resources)
Sets the resources.
|
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitTryResource(TryResource elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitTryResource(TryResource elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
TryResource |
ModelFactory.newTryResource(FormalParameterDeclaration parameter,
Expression expression)
Returns a new
TryResource object. |
default TryResource |
ModelFactory.newTryResource(Type type,
SimpleName name,
Expression expression)
Returns a new
TryResource object. |
Modifier and Type | Method and Description |
---|---|
List<? extends TryResource> |
TryStatement.getResources()
Returns the resource statements.
|
Modifier and Type | Method and Description |
---|---|
default TryStatement |
ModelFactory.newTryStatement(TryResource resource,
Block tryBlock)
Returns a new
TryStatement object. |
R |
StrictVisitor.visitTryResource(TryResource elem,
C context) |
R |
Visitor.visitTryResource(TryResource elem,
C context)
Processes
TryResource using this visitor. |
Modifier and Type | Method and Description |
---|---|
default TryStatement |
ModelFactory.newTryStatement(List<? extends TryResource> resources,
Block tryBlock)
Returns a new
TryStatement object. |
default TryStatement |
ModelFactory.newTryStatement(List<? extends TryResource> resources,
Block tryBlock,
Block finallyBlock)
Returns a new
TryStatement object. |
default TryStatement |
ModelFactory.newTryStatement(List<? extends TryResource> resources,
Block tryBlock,
List<? extends CatchClause> catchClauses)
Returns a new
TryStatement object. |
TryStatement |
ModelFactory.newTryStatement(List<? extends TryResource> resources,
Block tryBlock,
List<? extends CatchClause> catchClauses,
Block finallyBlock)
Returns a new
TryStatement object. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.