Package com.sun.codemodel
Class JOp.BinaryOp
java.lang.Object
com.sun.codemodel.JExpressionImpl
com.sun.codemodel.JOp.BinaryOp
- All Implemented Interfaces:
JExpression
,JGenerable
- Enclosing class:
JOp
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) JExpression
(package private) String
(package private) JGenerable
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
op
String op -
left
JExpression left -
right
JGenerable right
-
-
Constructor Details
-
BinaryOp
BinaryOp(String op, JExpression left, JGenerable right)
-
-
Method Details
-
generate
-