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
Modifier and TypeClassDescriptionstatic class
An AST node representing a boolean constantstatic interface
An AST node for an expression of boolean typestatic class
An AST node representing a boolean variablestatic class
An AST node representing a double constantstatic interface
An AST node for an expression of double typestatic class
An AST node representing a double variablestatic class
An AST node representing a string constantstatic interface
An AST node for an expression of String typestatic class
An AST node representing a string variable -
Constructor Summary
-
Method Summary
-
Constructor Details
-
Primitives
public Primitives()
-