Package | Description |
---|---|
org.voovan.tools.compiler | |
org.voovan.tools.reflect |
Modifier and Type | Method and Description |
---|---|
static DynamicFunction |
DynamicCompilerManager.addFunction(DynamicFunction dynamicFunction)
增加一个动态函数
|
static DynamicFunction |
DynamicCompilerManager.addFunction(File file)
增加一个动态函数
|
static DynamicFunction |
DynamicCompilerManager.addFunction(File file,
String charSet)
增加一个动态函数
|
static DynamicFunction |
DynamicCompilerManager.addFunction(String name,
String code)
增加一个动态函数
|
static DynamicFunction |
DynamicCompilerManager.getFunctions(String name)
获取动态函数
|
Modifier and Type | Method and Description |
---|---|
static Map<String,DynamicFunction> |
DynamicCompilerManager.getFunctions()
获取动态函数集合
|
Modifier and Type | Method and Description |
---|---|
static DynamicFunction |
DynamicCompilerManager.addFunction(DynamicFunction dynamicFunction)
增加一个动态函数
|
Modifier and Type | Method and Description |
---|---|
static DynamicFunction |
TReflect.genMethodInvoker(Class clazz)
生成方法的原生调用代码
|
Copyright © 2020 Voovan. All rights reserved.