public interface BinaryOperator
| Modifier and Type | Method and Description |
|---|---|
Associativity |
getAssociativity() |
BinaryExpression<?> |
getInstance() |
int |
getPrecedence() |
String |
getSymbol() |
BinaryOperatorType |
getType() |
int getPrecedence()
String getSymbol()
BinaryExpression<?> getInstance()
BinaryOperatorType getType()
Associativity getAssociativity()
Copyright © 2020. All rights reserved.