Interface Primitives.DoubleExpression

All Superinterfaces:
Node, Serializable
All Known Implementing Classes:
Primitives.DoubleConstant, Primitives.DoubleVariable
Enclosing class:
Primitives

public static interface Primitives.DoubleExpression extends Node
An AST node for an expression of double type
Version:
$Revision: 1000 $
Author:
Benjamin Weber ( benweber at student dot ethz dot ch )
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
  • Method Details

    • evaluate

      double evaluate()