public class BindingUtils
extends java.lang.Object
| Constructor and Description |
|---|
BindingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Reference |
isFunctionBinding(Binding bg,
Reference functionRef)
Returns function Reference if passed binding related to function defined in passed Reference
functionRef. |
public static Reference isFunctionBinding(Binding bg, Reference functionRef) throws SyntaxErrorException
functionRef. If functionRef is null then returns first found function
reference (if binding related to any).SyntaxErrorException