| Name | Description | Type | Package | Framework |
| NoMacros | A macro declarations that contains no macros at allVersion:$Revision: 1000 $Author:Benjamin Weber ( benweber at student dot ethz dot ch ) | Class | weka.core.expressionlanguage.common | Weka |
|
| NoVariables | A variable declarations that contains no variablesVersion:$Revision: 1000 $Author:Benjamin Weber ( benweber at student dot ethz dot ch )See Also:Serialized Form | Class | weka.core.expressionlanguage.common | Weka |
|
| Operators | A class to specify the semantics of operators in the expressionlanguage To move the operator semantics outside the parser they are specified | Class | weka.core.expressionlanguage.common | Weka |
|
| Primitives | A class providing AST (abstract syntax tree) nodes to support primitive types. | Class | weka.core.expressionlanguage.common | Weka |
|
| Primitives .BooleanConstant | An AST node representing a boolean constantVersion:$Revision: 1000 $Author:Benjamin Weber ( benweber at student dot ethz dot ch )See Also:Serialized Form | Class | weka.core.expressionlanguage.common | Weka |
|
| Primitives .BooleanExpression | An AST node for an expression of boolean typeVersion:$Revision: 1000 $Author:Benjamin Weber ( benweber at student dot ethz dot ch ) | Interface | weka.core.expressionlanguage.common | Weka |
|
| Primitives .BooleanVariable | An AST node representing a boolean variableVersion:$Revision: 1000 $Author:Benjamin Weber ( benweber at student dot ethz dot ch )See Also:Serialized Form | Class | weka.core.expressionlanguage.common | Weka |
|
| Primitives .DoubleConstant | An AST node representing a double constantVersion:$Revision: 1000 $Author:Benjamin Weber ( benweber at student dot ethz dot ch )See Also:Serialized Form | Class | weka.core.expressionlanguage.common | Weka |
|
| Primitives .DoubleExpression | An AST node for an expression of double typeVersion:$Revision: 1000 $Author:Benjamin Weber ( benweber at student dot ethz dot ch ) | Interface | weka.core.expressionlanguage.common | Weka |
|
| Primitives .DoubleVariable | An AST node representing a double variableVersion:$Revision: 1000 $Author:Benjamin Weber ( benweber at student dot ethz dot ch )See Also:Serialized Form | Class | weka.core.expressionlanguage.common | Weka |
|
| Primitives .StringConstant | An AST node representing a string constantVersion:$Revision: 1000 $Author:Benjamin Weber ( benweber at student dot ethz dot ch )See Also:Serialized Form | Class | weka.core.expressionlanguage.common | Weka |
|
| Primitives .StringExpression | An AST node for an expression of String typeVersion:$Revision: 1000 $Author:Benjamin Weber ( benweber at student dot ethz dot ch ) | Interface | weka.core.expressionlanguage.common | Weka |
|
| Primitives .StringVariable | An AST node representing a string variableVersion:$Revision: 1000 $Author:Benjamin Weber ( benweber at student dot ethz dot ch )See Also:Serialized Form | Class | weka.core.expressionlanguage.common | Weka |
|
| SimpleVariableDeclarations | A set of customizable variable declarations for primitive types. | Class | weka.core.expressionlanguage.common | Weka |
|
| SimpleVariableDeclarations .VariableInitializer | A class to initialize variables that have been declared by a SimpleVariableDeclarations class and used inside a program | Class | weka.core.expressionlanguage.common | Weka |
|
| VariableDeclarationsCompositor | A helper class that allows to combine several variable declarations together. | Class | weka.core.expressionlanguage.common | Weka |