public class UnaryOp extends Exp
Abaixo listamos os outros tipos de operadores da linguagem.
Ex: !a, -a, !!a, --a
| Constructor and Description |
|---|
UnaryOp(Symbol op,
Exp expression)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
Exp |
getExpression()
Operando.
|
Symbol |
getOp()
Operador.
|
String |
toString() |
Copyright © 2007–2016 Tecgraf/PUC-Rio. All rights reserved.