public abstract class BaseFEELFunction extends Object implements FEELFunction
| Constructor and Description |
|---|
BaseFEELFunction(String name) |
| Modifier and Type | Method and Description |
|---|---|
Object |
applyReflectively(EvaluationContext ctx,
Object[] params) |
String |
getName() |
Symbol |
getSymbol() |
protected boolean |
isCustomFunction() |
void |
setName(String name) |
public BaseFEELFunction(String name)
public String getName()
getName in interface FEELFunctionpublic void setName(String name)
public Symbol getSymbol()
getSymbol in interface FEELFunctionpublic Object applyReflectively(EvaluationContext ctx, Object[] params)
applyReflectively in interface FEELFunctionprotected boolean isCustomFunction()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.