Class Primitives
- java.lang.Object
-
- weka.core.expressionlanguage.common.Primitives
-
- All Implemented Interfaces:
java.io.Serializable
public class Primitives extends java.lang.Object implements java.io.SerializableA 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrimitives.BooleanConstantAn AST node representing a boolean constantstatic interfacePrimitives.BooleanExpressionAn AST node for an expression of boolean typestatic classPrimitives.BooleanVariableAn AST node representing a boolean variablestatic classPrimitives.DoubleConstantAn AST node representing a double constantstatic interfacePrimitives.DoubleExpressionAn AST node for an expression of double typestatic classPrimitives.DoubleVariableAn AST node representing a double variablestatic classPrimitives.StringConstantAn AST node representing a string constantstatic interfacePrimitives.StringExpressionAn AST node for an expression of String typestatic classPrimitives.StringVariableAn AST node representing a string variable
-
Constructor Summary
Constructors Constructor Description Primitives()
-