Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcxy/fast-el
/ functions
Functions
610 in github.com/dbcxy/fast-el
⨍
Functions
610
◇
Types & classes
119
↓ 2 callers
Method
getCount
()
test/com/greenpineyu/fel/Foo.java:61
↓ 2 callers
Method
getFooes
()
test/com/greenpineyu/fel/Foo.java:19
↓ 2 callers
Method
getFun
()
src/com/greenpineyu/fel/parser/FunNode.java:23
↓ 2 callers
Method
getLibJars
(String libDir)
src/com/greenpineyu/fel/compile/AbstCompiler.java:113
↓ 2 callers
Method
getPackageName
()
src/com/greenpineyu/fel/compile/JavaSource.java:20
↓ 2 callers
Method
getParamCode
获取参数代码 @param paramType 方法声明的参数类型 @param paramValueType 参数值的类型 @param paramMethod @return
src/com/greenpineyu/fel/function/operator/Dot.java:301
↓ 2 callers
Method
getSrcPackageDir
(String pack)
src/com/greenpineyu/fel/compile/AbstCompiler.java:51
↓ 2 callers
Method
getType
()
src/com/greenpineyu/fel/context/Var.java:46
↓ 2 callers
Method
getValueType
()
src/com/greenpineyu/fel/parser/ConstNode.java:42
↓ 2 callers
Method
getVar
(String name)
src/com/greenpineyu/fel/context/ArrayCtxImpl.java:45
↓ 2 callers
Method
getVar
(FelContext context, FelNode node)
src/com/greenpineyu/fel/optimizer/VarVisitOpti.java:103
↓ 2 callers
Method
getVarCodes
获取当前线程中的变量代码(类的属性代码)stack @return
src/com/greenpineyu/fel/compile/VarBuffer.java:26
↓ 2 callers
Method
getVarFullCode
(Class<?> type, String getVarCode)
src/com/greenpineyu/fel/parser/VarAstNode.java:88
↓ 2 callers
Method
getVarSrcBuilder
(final SourceBuilder old)
src/com/greenpineyu/fel/compile/SourceGeneratorImpl.java:265
↓ 2 callers
Method
getVarType
(String varName, FelContext ctx)
src/com/greenpineyu/fel/context/AbstractContext.java:34
↓ 2 callers
Method
getVars
获取当前线程中的保存的对象Map。 @return
src/com/greenpineyu/fel/compile/VarBuffer.java:40
↓ 2 callers
Method
initThreadPool
()
src/com/greenpineyu/fel/compile/AbstCompiler.java:161
↓ 2 callers
Method
invoke
调用方法 @param obj @param method @param args @return
src/com/greenpineyu/fel/function/operator/Dot.java:151
↓ 2 callers
Method
isDoubleClass
(Class<?> type)
src/com/greenpineyu/fel/common/NumberUtil.java:449
↓ 2 callers
Method
isLongClass
(Class<?> type)
src/com/greenpineyu/fel/common/NumberUtil.java:452
↓ 2 callers
Method
isPrimitiveNumber
(Class<?> c)
src/com/greenpineyu/fel/common/ReflectUtil.java:87
↓ 2 callers
Method
isTypeMatch
(Class<?> c1,Class<?> c2)
src/com/greenpineyu/fel/common/ReflectUtil.java:196
↓ 2 callers
Method
loadClass
(final String qualifiedClassName)
src/com/greenpineyu/fel/compile/FelCompiler16.java:124
↓ 2 callers
Method
mEscapeSequence
()
src/com/greenpineyu/fel/parser/FelLexer.java:1508
↓ 2 callers
Method
multiplicativeExpression
()
src/com/greenpineyu/fel/parser/FelParser.java:1022
↓ 2 callers
Method
packageToPath
将包名转换成包路径 @param packageName @return
src/com/greenpineyu/fel/compile/AbstCompiler.java:218
↓ 2 callers
Method
relationalExpression
()
src/com/greenpineyu/fel/parser/FelParser.java:808
↓ 2 callers
Method
setFoo
(Foo foo)
test/com/greenpineyu/fel/Foo.java:124
↓ 2 callers
Method
setSource
(String source)
src/com/greenpineyu/fel/compile/JavaSource.java:44
↓ 2 callers
Method
setValue
(Object value)
src/com/greenpineyu/fel/context/Var.java:66
↓ 2 callers
Method
setVar
(Var var)
src/com/greenpineyu/fel/context/FelContext.java:33
↓ 2 callers
Method
staticWithParam
(int a, int b)
test/com/greenpineyu/fel/JavaMethodTest.java:83
↓ 2 callers
Method
subarray
(Object[][] object, int i)
test/com/greenpineyu/fel/FelEngineImplTest.java:217
↓ 2 callers
Method
sum
(double[] array)
test/com/greenpineyu/fel/examples/Example.java:386
↓ 2 callers
Method
synpred17_Fel
()
src/com/greenpineyu/fel/parser/FelParser.java:2470
↓ 2 callers
Method
toBoolean
转换成Boolean @param val @return @throws ConvertException
src/com/greenpineyu/fel/common/NumberUtil.java:32
↓ 2 callers
Method
toBooleanObj
转换成Boolean @param val @return @throws ConvertException
src/com/greenpineyu/fel/common/NumberUtil.java:42
↓ 2 callers
Method
toLong
转换成long @param val @return @throws ConvertException
src/com/greenpineyu/fel/common/NumberUtil.java:85
↓ 2 callers
Method
toShortCutConst
(FelNode node, FelContext ctx, FelNode left, Boolean result)
src/com/greenpineyu/fel/optimizer/ConstOpti.java:97
↓ 2 callers
Method
toUri
(String name)
src/com/greenpineyu/fel/compile/FelCompiler16.java:130
↓ 2 callers
Method
unaryExpression
()
src/com/greenpineyu/fel/parser/FelParser.java:1129
↓ 2 callers
Method
wrapperNumberCls
()
src/com/greenpineyu/fel/common/ReflectUtil.java:55
↓ 1 callers
Method
addFun
添加函数到用户函数库中(执行表达式时,优先从用户函数库中获取函数) @param fun @return
src/com/greenpineyu/fel/FelEngine.java:69
↓ 1 callers
Method
addFun
(Function fun)
src/com/greenpineyu/fel/FelEngineImpl.java:94
↓ 1 callers
Method
addStringTest
(Object[][] object, AtomicInteger i)
test/com/greenpineyu/fel/FelEngineImplTest.java:221
↓ 1 callers
Method
addToIndexMap
(String name)
src/com/greenpineyu/fel/context/ArrayCtxImpl.java:101
↓ 1 callers
Method
arguments
()
src/com/greenpineyu/fel/parser/FelParser.java:2019
↓ 1 callers
Method
array
()
src/com/greenpineyu/fel/parser/FelParser.java:1396
↓ 1 callers
Method
buildJavaExp
(final Map<String, Object> vars, final Map<String, Integer> m)
test/com/greenpineyu/fel/PerformanceTest.java:62
↓ 1 callers
Method
buildRelationExpr
(FelNode node, FelContext ctx, String operator)
src/com/greenpineyu/fel/function/operator/Equal.java:88
↓ 1 callers
Method
buildRelationExpr
(FelNode node, FelContext ctx, String operator)
src/com/greenpineyu/fel/function/operator/LessThen.java:162
↓ 1 callers
Method
buildsource
(String expression, String className)
src/com/greenpineyu/fel/compile/SourceGeneratorImpl.java:92
↓ 1 callers
Method
calc
(double l, double r)
src/com/greenpineyu/fel/function/operator/Mul.java:85
↓ 1 callers
Method
call
(FelContext ctx, FelNode node)
src/com/greenpineyu/fel/optimizer/VarVisitOpti.java:46
↓ 1 callers
Method
callFun
@param node @param context @return
src/com/greenpineyu/fel/function/TolerantFunction.java:41
↓ 1 callers
Method
callMethod
调用对象的方法
test/com/greenpineyu/fel/examples/Example.java:114
↓ 1 callers
Method
clean
(final String srcPackageDir, final String classPackageDir, final String fileName)
src/com/greenpineyu/fel/compile/AbstCompiler.java:166
↓ 1 callers
Method
compare
(Object left, Object right)
src/com/greenpineyu/fel/function/operator/Equal.java:32
↓ 1 callers
Method
compare
小于 @param left @param right @return
src/com/greenpineyu/fel/function/operator/LessThen.java:85
↓ 1 callers
Method
compileToClass
(JavaSource expr)
src/com/greenpineyu/fel/compile/AbstCompiler.java:152
↓ 1 callers
Method
compileToClass
(final JavaSource src)
src/com/greenpineyu/fel/compile/FelCompiler16.java:100
↓ 1 callers
Method
conditionalOrExpression
()
src/com/greenpineyu/fel/parser/FelParser.java:487
↓ 1 callers
Method
contact
(String a,String b ,String c,String d)
test/com/greenpineyu/fel/Foo.java:65
↓ 1 callers
Method
context
自定义上下文环境
test/com/greenpineyu/fel/examples/Example.java:181
↓ 1 callers
Method
contexts
多层次上下文环境(变量命名空间)
test/com/greenpineyu/fel/examples/Example.java:205
↓ 1 callers
Method
convertBoolean
(boolean b)
test/com/greenpineyu/fel/Foo.java:57
↓ 1 callers
Method
cost
(FelContext ctx, Expression expObj)
src/com/greenpineyu/fel/compile/SourceGeneratorImpl.java:324
↓ 1 callers
Method
createClassDir
()
src/com/greenpineyu/fel/compile/AbstCompiler.java:155
↓ 1 callers
Method
createInterpreter
()
src/com/greenpineyu/fel/optimizer/VarVisitOpti.java:64
↓ 1 callers
Method
createVarSourceBuilder
(final VarAstNode n)
src/com/greenpineyu/fel/optimizer/VarVisitOpti.java:74
↓ 1 callers
Method
delFile
(final String srcPackageDir, final String classPackageDir, final String fileName)
src/com/greenpineyu/fel/compile/AbstCompiler.java:181
↓ 1 callers
Method
emitErrorMessage
(String msg)
src/com/greenpineyu/fel/parser/AbstFelParser.java:12
↓ 1 callers
Method
ensureCapacity
确保vars.length>minCapacity @param minCapacity
src/com/greenpineyu/fel/context/ArrayCtxImpl.java:74
↓ 1 callers
Method
eval
(String exp, Var... vars)
src/com/greenpineyu/fel/Fel.java:13
↓ 1 callers
Method
eval
(String exp)
src/com/greenpineyu/fel/function/operator/Cond.java:92
↓ 1 callers
Method
get
(Object object, int index)
src/com/greenpineyu/fel/function/operator/CollectionGet.java:115
↓ 1 callers
Method
get
(String name)
src/com/greenpineyu/fel/compile/VarBuffer.java:112
↓ 1 callers
Method
getAttr
获取对象属性
test/com/greenpineyu/fel/examples/Example.java:88
↓ 1 callers
Method
getCheeseList
()
test/com/greenpineyu/fel/Foo.java:79
↓ 1 callers
Method
getClassName
()
src/com/greenpineyu/fel/compile/SourceGeneratorImpl.java:116
↓ 1 callers
Method
getClassOrObjCode
()
src/com/greenpineyu/fel/function/JavaMethod.java:70
↓ 1 callers
Method
getClassPackageDir
Class文件所在文件夹,包含包名
src/com/greenpineyu/fel/compile/AbstCompiler.java:47
↓ 1 callers
Method
getClassPath
()
src/com/greenpineyu/fel/compile/AbstCompiler.java:67
↓ 1 callers
Method
getCompileOption
()
src/com/greenpineyu/fel/compile/AbstCompiler.java:198
↓ 1 callers
Method
getCompilerClassName
()
src/com/greenpineyu/fel/compile/CompileService.java:52
↓ 1 callers
Method
getIndex
(String name)
src/com/greenpineyu/fel/context/ArrayCtxImpl.java:32
↓ 1 callers
Method
getIndex
获取变量的索引 @param name @return
src/com/greenpineyu/fel/context/ArrayCtx.java:17
↓ 1 callers
Method
getLocalVarsCode
()
src/com/greenpineyu/fel/compile/SourceGeneratorImpl.java:124
↓ 1 callers
Method
getName
()
src/com/greenpineyu/fel/function/operator/Equal.java:18
↓ 1 callers
Method
getName
()
src/com/greenpineyu/fel/function/operator/And.java:137
↓ 1 callers
Method
getName
()
src/com/greenpineyu/fel/function/operator/LessThen.java:217
↓ 1 callers
Method
getParamsCode
(FelNode node, FelContext context)
src/com/greenpineyu/fel/function/JavaMethod.java:80
↓ 1 callers
Method
getPath
(Class<?> cls)
src/com/greenpineyu/fel/compile/AbstCompiler.java:56
↓ 1 callers
Method
getRightSrc
获取索引的java代码,如果索引不是int类型,要转换成int类型 @param ctx @param right 索引对应的节点 @param rightMethod @param rightType @return
src/com/greenpineyu/fel/function/operator/CollectionGet.java:93
↓ 1 callers
Method
getSource
()
src/com/greenpineyu/fel/compile/JavaSource.java:40
↓ 1 callers
Method
getTypeByValue
()
src/com/greenpineyu/fel/context/Var.java:22
↓ 1 callers
Method
getValue
()
src/com/greenpineyu/fel/compile/ConstExpSrc.java:15
↓ 1 callers
Method
getVar
(String name)
src/com/greenpineyu/fel/context/ContextChain.java:41
↓ 1 callers
Method
getVar
(String name)
src/com/greenpineyu/fel/context/MapContext.java:63
↓ 1 callers
Method
getVarName
()
src/com/greenpineyu/fel/compile/VarBuffer.java:73
← previous
next →
101–200 of 610, ranked by callers