org.grinvin.expr
Interface Operator
- StandardOperator
public interface Operator
An operator which is part of a compound expression.
int | getNumberOfArguments() - Return the number of arguments for this operator.
|
int | getStrength() - Return the strength of this operator (used when producing output).
|
String | getSymbol() - Return the name of this operator.
|
getNumberOfArguments
public int getNumberOfArguments()
Return the number of arguments for this operator.
getStrength
public int getStrength()
Return the strength of this operator (used when producing output).
getSymbol
public String getSymbol()
Return the name of this operator.