Class UnaryExpr
- java.lang.Object
-
- com.sun.tools.corba.ee.idl.constExpr.Expression
-
- com.sun.tools.corba.ee.idl.constExpr.UnaryExpr
-
- Direct Known Subclasses:
BooleanNot
,Negative
,Not
,Positive
public abstract class UnaryExpr extends Expression
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
_op
private Expression
_operand
-
Constructor Summary
Constructors Constructor Description UnaryExpr(java.lang.String operation, Expression unaryOperand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
op()
void
op(java.lang.String op)
Expression
operand()
void
operand(Expression operand)
-
Methods inherited from class com.sun.tools.corba.ee.idl.constExpr.Expression
coerceToTarget, defaultType, evaluate, rep, rep, toSignedTarget, toUnsigned, toUnsignedTarget, type, type, value, value
-
-
-
-
Field Detail
-
_op
private java.lang.String _op
-
_operand
private Expression _operand
-
-
Constructor Detail
-
UnaryExpr
public UnaryExpr(java.lang.String operation, Expression unaryOperand)
-
-
Method Detail
-
op
public void op(java.lang.String op)
-
op
public java.lang.String op()
-
operand
public void operand(Expression operand)
-
operand
public Expression operand()
-
-