Uses of Class
org.mal_lang.lib.CompilerException
-
-
Uses of CompilerException in org.mal_lang.lib
Methods in org.mal_lang.lib that throw CompilerException Modifier and Type Method Description static void
Analyzer. analyze(AST ast)
static void
Analyzer. analyze(AST ast, boolean verbose, boolean debug)
Token
Lexer. next()
static AST
Parser. parse(File file)
static AST
Parser. parse(File file, boolean verbose, boolean debug)
static void
Distributions.Bernoulli. validate(List<Double> params)
static void
Distributions.Binomial. validate(List<Double> params)
static void
Distributions.Exponential. validate(List<Double> params)
static void
Distributions.Gamma. validate(List<Double> params)
static void
Distributions.LogNormal. validate(List<Double> params)
static void
Distributions.Pareto. validate(List<Double> params)
static void
Distributions.TruncatedNormal. validate(List<Double> params)
static void
Distributions.Uniform. validate(List<Double> params)
static void
Distributions. validate(String name, List<Double> params)
-