JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
weka.core.expressionlanguage.core
Interface Node
All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Primitives.BooleanExpression
,
Primitives.DoubleExpression
,
Primitives.StringExpression
All Known Implementing Classes:
Primitives.BooleanConstant
,
Primitives.BooleanVariable
,
Primitives.DoubleConstant
,
Primitives.DoubleVariable
,
Primitives.StringConstant
,
Primitives.StringVariable
public interface
Node
extends java.io.Serializable
A node of the AST (abstract syntax tree) for a program This interface is at the root of the class hierarchy for AST nodes
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method