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