Class BinaryExpr
java.lang.Object
com.sun.tools.corba.ee.idl.constExpr.Expression
com.sun.tools.corba.ee.idl.constExpr.BinaryExpr
- Direct Known Subclasses:
And
,BooleanAnd
,BooleanOr
,Divide
,Equal
,GreaterEqual
,GreaterThan
,LessEqual
,LessThan
,Minus
,Modulo
,NotEqual
,Or
,Plus
,ShiftLeft
,ShiftRight
,Times
,Xor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBinaryExpr
(String operation, Expression leftOperand, Expression rightOperand) -
Method Summary
Modifier and TypeMethodDescriptionleft()
void
left
(Expression left) op()
void
right()
void
right
(Expression right) 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 Details
-
_op
-
_left
-
_right
-
-
Constructor Details
-
BinaryExpr
-
-
Method Details
-
op
-
op
-
left
-
left
-
right
-
right
-