public static class Funcs.FDesc extends Funcs.BeanMap
| Modifier and Type | Field and Description |
|---|---|
protected Compiler |
compiler |
protected String |
name |
protected IParser |
parser |
| Constructor and Description |
|---|
FDesc(Object obj,
String name,
IParser parser,
Compiler compiler)
Construct FSesc from ICompiled object.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
formatArgs() |
Object |
get(Object key) |
protected Map<String,Method> |
getGettersMap() |
String |
getOperatorDescr()
Get formatted description of operators that are implemented
using this function.
|
List<OperatorDesc> |
getOperatorDescs()
Get list of descriptios of operators that are implemented
using this function.
|
String |
toString() |
clear, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllprotected String name
protected IParser parser
protected Compiler compiler
protected Map<String,Method> getGettersMap()
getGettersMap in class Funcs.BeanMappublic String getOperatorDescr()
public List<OperatorDesc> getOperatorDescs()
protected String formatArgs()
public String toString()
toString in class Funcs.BeanMapCopyright © 2022. All rights reserved.