Class ExpressionFactory.BinaryOperatorExpression
java.lang.Object
org.glassfish.pfl.dynamic.codegen.impl.AttributedObjectBase
org.glassfish.pfl.dynamic.codegen.impl.NodeBase
org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.ExpressionBase
org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.BinaryOperatorExpression
- All Implemented Interfaces:
AttributedObject
,ExpressionInternal
,Node
,Statement
,Expression
,CopyInterceptor
- Enclosing class:
ExpressionFactory
public static final class ExpressionFactory.BinaryOperatorExpression
extends ExpressionFactory.ExpressionBase
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Expression
private ExpressionFactory.BinaryOperator
private Expression
private Type
-
Constructor Summary
ConstructorsConstructorDescriptionBinaryOperatorExpression
(ExpressionFactory ef, Type type, Expression left, ExpressionFactory.BinaryOperator op, Expression right) -
Method Summary
Methods inherited from class org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.ExpressionBase
copy, copy, isAssignable
Methods inherited from class org.glassfish.pfl.dynamic.codegen.impl.NodeBase
getAncestor, id, parent, parent, postCopy, preCopy
Methods inherited from class org.glassfish.pfl.dynamic.codegen.impl.AttributedObjectBase
attributes, get, set
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.glassfish.pfl.dynamic.codegen.impl.AttributedObject
attributes, get, set
Methods inherited from interface org.glassfish.pfl.dynamic.codegen.impl.Node
getAncestor, id, parent, parent
-
Field Details
-
left
-
op
-
right
-
type
-
-
Constructor Details
-
BinaryOperatorExpression
BinaryOperatorExpression(ExpressionFactory ef, Type type, Expression left, ExpressionFactory.BinaryOperator op, Expression right)
-
-
Method Details