public interface IFunctionHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(Object[] args,
EvaluationContext ec)
Evaluate the function
|
String |
getName() |
List<Class[]> |
getPrototypes() |
boolean |
rawArgs() |
boolean |
realTime() |
String getName()
List<Class[]> getPrototypes()
boolean rawArgs()
boolean realTime()
Object eval(Object[] args, EvaluationContext ec)
Copyright © 2024. All rights reserved.