Uses of Interface
weka.core.expressionlanguage.core.VariableDeclarations
Packages that use VariableDeclarations
Package
Description
-
Uses of VariableDeclarations in weka.core.expressionlanguage.common
Classes in weka.core.expressionlanguage.common that implement VariableDeclarationsModifier and TypeClassDescriptionclassA variable declarations that contains no variablesclassA set of customizable variable declarations for primitive types.classA helper class that allows to combine several variable declarations together.Constructors in weka.core.expressionlanguage.common with parameters of type VariableDeclarationsModifierConstructorDescriptionVariableDeclarationsCompositor(VariableDeclarations... declarations) Constructs aVariableDeclarationsCompositorcontaining the provided declarations -
Uses of VariableDeclarations in weka.core.expressionlanguage.parser
Methods in weka.core.expressionlanguage.parser with parameters of type VariableDeclarationsModifier and TypeMethodDescriptionstatic NodeParser.parse(String expr, VariableDeclarations variables, MacroDeclarations macros) Tries to parse and compile a program from the textual representation in expr while exposing the variables and marcosvoidParser.setVariables(VariableDeclarations variables) Sets the variable declarations for the program -
Uses of VariableDeclarations in weka.core.expressionlanguage.weka
Classes in weka.core.expressionlanguage.weka that implement VariableDeclarationsModifier and TypeClassDescriptionclassA helper class to expose instance values and macros for instance values to a programclassA helper class to expose a Stats object to a program