| Modifier and Type | Field and Description |
|---|---|
ASTBinaryExpr.BinOp |
ASTBinaryExpr.operator |
| Modifier and Type | Method and Description |
|---|---|
ASTBinaryExpr.BinOp |
MyDecafParser.parseBinaryOperator(Queue<Token> tokens) |
static ASTBinaryExpr.BinOp |
ASTBinaryExpr.BinOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ASTBinaryExpr.BinOp[] |
ASTBinaryExpr.BinOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ASTBinaryExpr.opToString(ASTBinaryExpr.BinOp op) |
| Constructor and Description |
|---|
ASTBinaryExpr(ASTBinaryExpr.BinOp operator,
ASTExpression leftChild,
ASTExpression rightChild) |
Copyright © 2019. All rights reserved.