Uses of Interface
weka.core.expressionlanguage.core.MacroDeclarations
Packages that use MacroDeclarations
Package
Description
-
Uses of MacroDeclarations in weka.core.expressionlanguage.common
Classes in weka.core.expressionlanguage.common that implement MacroDeclarationsModifier and TypeClassDescriptionclassA macro declaration exposing theifelsefunction.classA macro declarations that exposes the java macro to a program.classA helper class that allows to combine several macro declarations together.classMacro declarations for common mathematical functions.classA macro declarations that contains no macros at allConstructors in weka.core.expressionlanguage.common with parameters of type MacroDeclarationsModifierConstructorDescriptionMacroDeclarationsCompositor(MacroDeclarations... declarations) Constructs aMacroDeclarationsCompositorcontaining the provided declarations -
Uses of MacroDeclarations in weka.core.expressionlanguage.parser
Methods in weka.core.expressionlanguage.parser with parameters of type MacroDeclarationsModifier 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.setMacros(MacroDeclarations macros) Sets the macro declarations for the program -
Uses of MacroDeclarations in weka.core.expressionlanguage.weka
Classes in weka.core.expressionlanguage.weka that implement MacroDeclarationsModifier and TypeClassDescriptionclassA helper class to expose instance values and macros for instance values to a program