Package org.casbin.jcasbin.util.function
Class GlobMatchFunc
java.lang.Object
com.googlecode.aviator.runtime.type.AviatorObject
com.googlecode.aviator.runtime.function.AbstractFunction
org.casbin.jcasbin.util.function.GlobMatchFunc
- All Implemented Interfaces:
com.googlecode.aviator.runtime.type.AviatorFunction
,Serializable
,Runnable
,Callable<com.googlecode.aviator.runtime.type.AviatorObject>
public class GlobMatchFunc
extends com.googlecode.aviator.runtime.function.AbstractFunction
GlobMatchFunc is the wrapper for globMatch.
- Since:
- 2021/1/12
- See Also:
-
Field Summary
Fields inherited from class com.googlecode.aviator.runtime.type.AviatorObject
metadata
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.googlecode.aviator.runtime.function.AbstractFunction
call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, desc, getAviatorType, getValue, innerCompare, run, throwArity
Methods inherited from class com.googlecode.aviator.runtime.type.AviatorObject
add, bitAnd, bitNot, bitOr, bitXor, booleanValue, compare, compareEq, defineValue, deref, div, exponent, getElement, getMetadata, isNull, match, meta, mod, mult, neg, not, numberValue, setValue, shiftLeft, shiftRight, stringValue, sub, toString, unsignedShiftRight, withMeta, withoutMeta
-
Constructor Details
-
GlobMatchFunc
public GlobMatchFunc()
-
-
Method Details
-
call
public com.googlecode.aviator.runtime.type.AviatorObject call(Map<String, Object> env, com.googlecode.aviator.runtime.type.AviatorObject arg1, com.googlecode.aviator.runtime.type.AviatorObject arg2) - Specified by:
call
in interfacecom.googlecode.aviator.runtime.type.AviatorFunction
- Overrides:
call
in classcom.googlecode.aviator.runtime.function.AbstractFunction
-
getName
-