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