Package math.matrix.expressParser
Class MAdditionOperator
- java.lang.Object
-
- math.matrix.expressParser.MOperator
-
- math.matrix.expressParser.MBinaryOperator
-
- math.matrix.expressParser.MAdditionOperator
-
- All Implemented Interfaces:
Validatable
public final class MAdditionOperator extends MBinaryOperator
- Author:
- GBEMIRO
-
-
Constructor Summary
Constructors Constructor Description MAdditionOperator(int index, java.util.ArrayList<java.lang.String> scan)Creates an object of class MAdditionOperator
-
Method Summary
-
Methods inherited from class math.matrix.expressParser.MBinaryOperator
getIndex, getPrecedence, setIndex, validate
-
Methods inherited from class math.matrix.expressParser.MOperator
getName, getPrecedence, isAssignmentOperator, isBinaryOperator, isBracket, isClosingBrace, isClosingBracket, isColJoin, isColon, isCube, isDet, isDetHalfSymbol, isInverse, isMul, isOpeningBrace, isOpeningBracket, isOperatorString, isPlusOrMinus, isPower, isRowJoin, isSquare, isTri, isUnaryPostOperator, isUnaryPreOperator, isUnit, orderCompoundTokens, setName, validateAll
-
-