|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Unary
An interface for unary operators.
| Field Summary | |
|---|---|
static int |
POSTFIX
Indicates a postfix operator |
static int |
PREFIX
Indicates a prefix operator |
| Method Summary | |
|---|---|
int |
getAssociationType()
Determines the operator association of the unary operation. |
void |
setTarget(Expression target)
Sets the target for this unary operation. |
| Methods inherited from interface freemarker.template.expression.Operator |
|---|
getPrecedence |
| Methods inherited from interface freemarker.template.expression.Expression |
|---|
getAsTemplateModel, getType, isComplete, isConstant, resolveExpression |
| Field Detail |
|---|
static final int PREFIX
static final int POSTFIX
| Method Detail |
|---|
void setTarget(Expression target)
java.lang.IllegalArgumentException - the target is of the wrong type for this operator
java.lang.NullPointerException - the argument is nullint getAssociationType()
PREFIX or POSTFIX.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||