public static class FunctionSupport.StringFuncWrapper extends Object implements Function
Constructor and Description |
---|
StringFuncWrapper(Function delegate) |
Modifier and Type | Method and Description |
---|---|
Value |
eval(EvalContext ctx,
Value... params)
Evaluates this function within the given context with the given
parameters.
|
String |
getName() |
boolean |
isPure() |
String |
toString() |
public StringFuncWrapper(Function delegate)
public String getName()
public boolean isPure()
public Value eval(EvalContext ctx, Value... params)
Function
Copyright © 2005–2024 OpenHMS. All rights reserved.