|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object fr.expression4j.basic.impl.OperatorMultiply
public class OperatorMultiply
Field Summary |
---|
Fields inherited from interface fr.expression4j.basic.Operator |
---|
OPERATOR_DIVIDE, OPERATOR_MINUS, OPERATOR_MULTIPLY, OPERATOR_PLUS, OPERATOR_POW, OPERATOR_UNARY_MINUS, OPERATOR_UNARY_PLUS |
Constructor Summary | |
---|---|
OperatorMultiply()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getName()
Deprecated. Get the name of the operator. |
java.lang.String |
getSymbol()
Deprecated. Get the symbol associated to the operator (like +, -, AND ...). |
boolean |
isUnary()
Deprecated. Tell if operator is an unary operator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OperatorMultiply()
Method Detail |
---|
public boolean isUnary()
Operator
isUnary
in interface Operator
true
if operator is an unary operator, false
otherwise.public java.lang.String getName()
Operator
getName
in interface Operator
public java.lang.String getSymbol()
Operator
getSymbol
in interface Operator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |