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