public interface JsOperator
Modifier and Type | Field and Description |
---|---|
static int |
INFIX |
static int |
LEFT |
static int |
POSTFIX |
static int |
PREFIX |
Modifier and Type | Method and Description |
---|---|
int |
getPrecedence() |
String |
getSymbol() |
boolean |
isKeyword() |
boolean |
isLeftAssociative() |
boolean |
isPrecedenceLessThan(JsOperator other) |
boolean |
isValidInfix() |
boolean |
isValidPostfix() |
boolean |
isValidPrefix() |
String |
toString() |
static final int INFIX
static final int LEFT
static final int POSTFIX
static final int PREFIX
int getPrecedence()
String getSymbol()
boolean isKeyword()
boolean isLeftAssociative()
boolean isPrecedenceLessThan(JsOperator other)
boolean isValidInfix()
boolean isValidPostfix()
boolean isValidPrefix()
Copyright © 2018. All rights reserved.