
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() |
String |
toString() |
static final int INFIX
static final int LEFT
static final int POSTFIX
static final int PREFIX
Copyright © 2018. All rights reserved.