public interface OperatorI
Modifier and Type | Method and Description |
---|---|
int |
getArity()
Give the arity of the oprator.
|
java.lang.String |
getName()
return the name of the operator.
|
java.lang.String |
toString()
Give the external representation.
|
java.lang.String getName()
int getArity()
java.lang.String toString()
toString
in class java.lang.Object