Package | Description |
---|---|
com.asakusafw.utils.java.internal.model.util |
Internal utlities for Java DOM building/emitting.
|
Modifier and Type | Method and Description |
---|---|
static ExpressionPriority |
ExpressionPriority.valueOf(Expression expression)
Returns the priority about the target expression.
|
static ExpressionPriority |
ExpressionPriority.valueOf(InfixOperator operator)
Returns the priority about the target infix operator.
|
static ExpressionPriority |
ExpressionPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionPriority[] |
ExpressionPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ExpressionPriority.isParenthesesRequired(ExpressionPriority required,
boolean requiredInRight,
ExpressionPriority priority)
Returns whether parentheses are required for comparing the priorities or not.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.