- main(String[]) - Static method in class org.expressionj.expr.parser.EquationParser
-
- Main - Class in org.expressionj
-
Main class, only used to give some informations about the version of the library on the command line.
- Main() - Constructor for class org.expressionj.Main
-
- main(String[]) - Static method in class org.expressionj.Main
-
- maxNextCharInd - Static variable in class org.expressionj.expr.parser.SimpleCharStream
-
- MOD - Static variable in interface org.expressionj.expr.parser.EquationParserConstants
-
RegularExpression Id.
- MULT - Static variable in interface org.expressionj.expr.parser.EquationParserConstants
-
RegularExpression Id.
- multAssign() - Static method in class org.expressionj.expr.parser.EquationParser
-
- MULTASSIGNMENT - Static variable in interface org.expressionj.expr.parser.EquationParserConstants
-
RegularExpression Id.
- MultipleAryExpression - Interface in org.expressionj.model
-
An expression with an indeterminate number of predicates.
- multiply(Expression, int) - Method in class org.expressionj.util.ExpressionCombiner
-
Multiply an expression by an integer constant.
- multiply(Expression, float) - Method in class org.expressionj.util.ExpressionCombiner
-
Multiply an expression by a float constant.
- multiply(Expression, Expression) - Method in class org.expressionj.util.ExpressionCombiner
-
Multiply an expression with another.