Modifier and Type | Field and Description |
---|---|
ASTUnaryExpr.UnaryOp |
ASTUnaryExpr.operator |
Modifier and Type | Method and Description |
---|---|
ASTUnaryExpr.UnaryOp |
MyDecafParser.parseUnaryOperator(Queue<Token> tokens) |
static ASTUnaryExpr.UnaryOp |
ASTUnaryExpr.UnaryOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ASTUnaryExpr.UnaryOp[] |
ASTUnaryExpr.UnaryOp.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 |
ASTUnaryExpr.opToString(ASTUnaryExpr.UnaryOp op) |
Constructor and Description |
---|
ASTUnaryExpr(ASTUnaryExpr.UnaryOp operator,
ASTExpression child) |
Copyright © 2019. All rights reserved.