public abstract class JExpressionFunction extends Object
CalculatorHandler.| Constructor and Description |
|---|
JExpressionFunction(String name)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
call(Object... params)
Executa a chamada da função.
|
String |
getName()
Nome.
|
public JExpressionFunction(String name)
name - nome.Copyright © 2007–2017 Tecgraf/PUC-Rio. All rights reserved.