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 |
---|---|
UnaryOperator |
UnaryExpressionImpl.getOperator() |
Modifier and Type | Method and Description |
---|---|
UnaryExpression |
ModelFactoryImpl.newUnaryExpression(UnaryOperator operator,
Expression operand) |
void |
UnaryExpressionImpl.setOperator(UnaryOperator operator)
Sets the unary operator.
|
Modifier and Type | Method and Description |
---|---|
static UnaryOperator |
UnaryOperator.fromSymbol(String symbol)
Returns an operator from its symbol.
|
UnaryOperator |
UnaryExpression.getOperator()
Returns the unary operator.
|
static UnaryOperator |
UnaryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnaryOperator[] |
UnaryOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UnaryExpression |
ModelFactory.newUnaryExpression(UnaryOperator operator,
Expression operand)
Returns a new
UnaryExpression object. |
Modifier and Type | Method and Description |
---|---|
ExpressionBuilder |
ExpressionBuilder.apply(UnaryOperator operator)
Returns a unary expression.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.