|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttecgraf.javautils.jexpression.util.function.JExpressionFunction
public abstract class JExpressionFunction
Classe que encapsula uma função usada no tratador CalculatorHandler.
| Constructor Summary | |
|---|---|
JExpressionFunction(String name)
Construtor. |
|
| Method Summary | |
|---|---|
abstract Object |
call(Object... params)
Executa a chamada da função. |
String |
getName()
Nome. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JExpressionFunction(String name)
name - nome.| Method Detail |
|---|
public String getName()
public abstract Object call(Object... params)
params - parâmetros.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||