Class Operators

java.lang.Object
weka.core.expressionlanguage.common.Operators

public class Operators extends Object
A class to specify the semantics of operators in the expressionlanguage

To move the operator semantics outside the parser they are specified here.
The parser can then call these methods so that operators can be resolved to AST (abstract syntax tree) nodes.
Version:
$Revision: 1000 $
Author:
Benjamin Weber ( benweber at student dot ethz dot ch )