public class Question extends Exp
Exemplos:
| Constructor and Description |
|---|
Question(Exp condition,
Exp then,
Exp otherwise)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
Exp |
getCondition()
Condição.
|
Exp |
getOtherwise()
Caso contrário.
|
Exp |
getThen()
Ação.
|
String |
toString() |
Copyright © 2007–2016 Tecgraf/PUC-Rio. All rights reserved.