Serialized Form
-
Package com.github.drstefanfriedrich.f2blib.ast
-
Class com.github.drstefanfriedrich.f2blib.ast.Abs extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.AbstractSumProduct extends java.lang.Object implements Serializable
-
Serialized Fields
-
end
IntExpression end
-
inner
Expression inner
-
start
IntExpression start
-
variableName
java.lang.String variableName
-
-
-
Class com.github.drstefanfriedrich.f2blib.ast.AbstractVar extends java.lang.Object implements Serializable
-
Serialized Fields
-
variableName
java.lang.String variableName
-
-
-
Class com.github.drstefanfriedrich.f2blib.ast.Addition extends BinaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Arccos extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Arcosh extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Arcsin extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Arctan extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Arsinh extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Artanh extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.AuxiliaryVariable extends java.lang.Object implements Serializable
-
Serialized Fields
-
auxVar
AuxVar auxVar
-
inner
Expression inner
-
-
-
Class com.github.drstefanfriedrich.f2blib.ast.AuxVar extends AbstractVar implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.BinaryExpression extends java.lang.Object implements Serializable
-
Serialized Fields
-
left
Expression left
-
right
Expression right
-
-
-
Class com.github.drstefanfriedrich.f2blib.ast.Binomial extends java.lang.Object implements Serializable
-
Serialized Fields
-
k
IntExpression k
-
n
IntExpression n
-
-
-
Class com.github.drstefanfriedrich.f2blib.ast.Cos extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Cosh extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Division extends BinaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Doub extends com.github.drstefanfriedrich.f2blib.ast.SingleValuedExpression<java.lang.Double> implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Exp extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Faculty extends java.lang.Object implements Serializable
-
Serialized Fields
-
intExpression
IntExpression intExpression
-
-
-
Class com.github.drstefanfriedrich.f2blib.ast.ForLoop extends java.lang.Object implements Serializable
-
Serialized Fields
-
end
IntExpression end
-
functionsWrapper
FunctionsWrapper functionsWrapper
-
start
IntExpression start
-
step
IntExpression step
-
variableName
java.lang.String variableName
-
-
-
Class com.github.drstefanfriedrich.f2blib.ast.Function extends java.lang.Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
index
int index
-
-
-
Class com.github.drstefanfriedrich.f2blib.ast.FunctionBody extends java.lang.Object implements Serializable
-
Serialized Fields
-
forLoop
ForLoop forLoop
-
functionsWrapper
FunctionsWrapper functionsWrapper
-
-
-
Class com.github.drstefanfriedrich.f2blib.ast.FunctionDefinition extends java.lang.Object implements Serializable
-
Serialized Fields
-
functionBody
FunctionBody functionBody
-
name
java.lang.String name
-
-
-
Class com.github.drstefanfriedrich.f2blib.ast.FunctionsWrapper extends java.lang.Object implements Serializable
-
Serialized Fields
-
auxiliaryVariables
java.util.List<AuxiliaryVariable> auxiliaryVariables
-
functions
java.util.List<Function> functions
-
-
-
Class com.github.drstefanfriedrich.f2blib.ast.IndexedExpression extends java.lang.Object implements Serializable
-
Serialized Fields
-
index
int index
The index starts counting with 0. Caution: in mathematical notation, like in x_1 or p_1 we start counting with 1. -
indexExpression
IntExpression indexExpression
-
-
-
Class com.github.drstefanfriedrich.f2blib.ast.Int extends com.github.drstefanfriedrich.f2blib.ast.SingleValuedExpression<java.lang.Integer> implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.IntVar extends AbstractVar implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Ln extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.MarkovShift extends java.lang.Object implements Serializable
-
Serialized Fields
-
offset
IntExpression offset
-
-
-
Class com.github.drstefanfriedrich.f2blib.ast.Multiplication extends BinaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Neg extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.NoOp extends java.lang.Object implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Parameter extends IndexedExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Parenthesis extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Pos extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Power extends BinaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Prod extends AbstractSumProduct implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Round extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Sin extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Sinh extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Sqrt extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Subtraction extends BinaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Sum extends AbstractSumProduct implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Tan extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.Tanh extends UnaryExpression implements Serializable
-
Class com.github.drstefanfriedrich.f2blib.ast.UnaryExpression extends java.lang.Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
-
-
Class com.github.drstefanfriedrich.f2blib.ast.Variable extends IndexedExpression implements Serializable
-
-
Package com.github.drstefanfriedrich.f2blib.exception
-
Class com.github.drstefanfriedrich.f2blib.exception.BytecodeGenerationException extends java.lang.RuntimeException implements Serializable
-