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
private static class JOp.BinaryOp extends JExpressionImpl
-
-
Field Summary
Fields Modifier and Type Field Description (package private) JExpressionleft(package private) java.lang.Stringop(package private) JGenerableright
-
Constructor Summary
Constructors Constructor Description BinaryOp(java.lang.String op, JExpression left, JGenerable right)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(JFormatter f)
-
-
-
Field Detail
-
op
java.lang.String op
-
left
JExpression left
-
right
JGenerable right
-
-
Constructor Detail
-
BinaryOp
BinaryOp(java.lang.String op, JExpression left, JGenerable right)
-
-
Method Detail
-
generate
public void generate(JFormatter f)
-
-