Package | Description |
---|---|
com.asakusafw.utils.java.internal.model.syntax |
Naive Java DOM implementations.
|
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 | Method and Description |
---|---|
PostfixOperator |
PostfixExpressionImpl.getOperator() |
Modifier and Type | Method and Description |
---|---|
PostfixExpression |
ModelFactoryImpl.newPostfixExpression(Expression operand,
PostfixOperator operator) |
void |
PostfixExpressionImpl.setOperator(PostfixOperator operator)
Sets the postfix operator.
|
Modifier and Type | Method and Description |
---|---|
static PostfixOperator |
PostfixOperator.fromSymbol(String symbol)
Returns an operator from its symbol.
|
PostfixOperator |
PostfixExpression.getOperator()
Returns the postfix operator.
|
static PostfixOperator |
PostfixOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostfixOperator[] |
PostfixOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PostfixExpression |
ModelFactory.newPostfixExpression(Expression operand,
PostfixOperator operator)
Returns a new
PostfixExpression object. |
Modifier and Type | Method and Description |
---|---|
ExpressionBuilder |
ExpressionBuilder.apply(PostfixOperator operator)
Returns a postfix expression.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.