public class FunctionCall extends Exp
Exemplos:
| Constructor and Description |
|---|
FunctionCall(String name,
List<Exp> params)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Nome.
|
List<Exp> |
getParams()
Parâmetros.
|
String |
toString() |
Copyright © 2007–2017 Tecgraf/PUC-Rio. All rights reserved.