Class Primitives
java.lang.Object
weka.core.expressionlanguage.common.Primitives
- All Implemented Interfaces:
Serializable
A class providing AST (abstract syntax tree) nodes to support primitive types.
- Version:
- $Revision: 1000 $
- Author:
- Benjamin Weber ( benweber at student dot ethz dot ch )
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn AST node representing a boolean constantstatic interfaceAn AST node for an expression of boolean typestatic classAn AST node representing a boolean variablestatic classAn AST node representing a double constantstatic interfaceAn AST node for an expression of double typestatic classAn AST node representing a double variablestatic classAn AST node representing a string constantstatic interfaceAn AST node for an expression of String typestatic classAn AST node representing a string variable -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Primitives
public Primitives()
-