Class AbstractBinaryOperation<T extends org.faktorips.codegen.CodeFragment>

java.lang.Object
org.faktorips.fl.operations.AbstractBinaryOperation<T>
Type Parameters:
T - a CodeFragment implementation for a specific target language
All Implemented Interfaces:
BinaryOperation<T>
Direct Known Subclasses:
AbstractBinaryJavaOperation

public abstract class AbstractBinaryOperation<T extends org.faktorips.codegen.CodeFragment> extends Object implements BinaryOperation<T>
Abstract implementation of BinaryOperation.
  • Constructor Details

    • AbstractBinaryOperation

      public AbstractBinaryOperation(Operation operation)
      Creates a new unary operation for the indicated Operation.
    • AbstractBinaryOperation

      public AbstractBinaryOperation(String operator, org.faktorips.datatype.Datatype lhs, org.faktorips.datatype.Datatype rhs)
      Creates a new binary operation for the indicated left hand side and right hand side data types.
  • Method Details