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, values
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
protected String name
protected IParser parser
protected Compiler compiler
protected Map<String,Method> getGettersMap()
getGettersMap
in class Funcs.BeanMap
public String getOperatorDescr()
public List<OperatorDesc> getOperatorDescs()
protected String formatArgs()
public String toString()
toString
in class Funcs.BeanMap
Copyright © 2022. All rights reserved.