public abstract class UnaryExpr extends Expression
Constructor and Description |
---|
UnaryExpr(String operation,
Expression unaryOperand) |
Modifier and Type | Method and Description |
---|---|
String |
op() |
void |
op(String op) |
Expression |
operand() |
void |
operand(Expression operand) |
coerceToTarget, defaultType, evaluate, rep, rep, toSignedTarget, toUnsigned, toUnsignedTarget, type, type, value, value
public UnaryExpr(String operation, Expression unaryOperand)
public void op(String op)
public String op()
public void operand(Expression operand)
public Expression operand()
Copyright © 2016 JBoss by Red Hat. All rights reserved.