public static class BuiltInFunctions.generateGFunctionClass
extends java.lang.Object
| Constructor and Description |
|---|
generateGFunctionClass() |
| Modifier and Type | Method and Description |
|---|---|
static com.googlecode.aviator.runtime.type.AviatorFunction |
generateGFunction(java.lang.String name,
RoleManager rm)
generateGFunction is the factory method of the g(_, _) function.
|
static void |
updateGFunctionCache(java.lang.String name) |
public static void updateGFunctionCache(java.lang.String name)
public static com.googlecode.aviator.runtime.type.AviatorFunction generateGFunction(java.lang.String name,
RoleManager rm)
name - the name of the g(_, _) function, can be "g", "g2", ..rm - the role manager used by the function.Copyright © 2017–2022. All rights reserved.