Package org.casbin.jcasbin.util.function
Class KeyMatchFunc
- java.lang.Object
-
- com.googlecode.aviator.runtime.type.AviatorObject
-
- com.googlecode.aviator.runtime.function.AbstractFunction
-
- org.casbin.jcasbin.util.function.KeyMatchFunc
-
- All Implemented Interfaces:
com.googlecode.aviator.runtime.type.AviatorFunction,java.io.Serializable,java.lang.Runnable,java.util.concurrent.Callable<com.googlecode.aviator.runtime.type.AviatorObject>
public class KeyMatchFunc extends com.googlecode.aviator.runtime.function.AbstractFunctionKeyMatchFunc is the wrapper for keyMatch.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyMatchFunc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.googlecode.aviator.runtime.type.AviatorObjectcall(java.util.Map<java.lang.String,java.lang.Object> env, com.googlecode.aviator.runtime.type.AviatorObject arg1, com.googlecode.aviator.runtime.type.AviatorObject arg2)java.lang.StringgetName()-
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
-
-
-
-
Method Detail
-
call
public com.googlecode.aviator.runtime.type.AviatorObject call(java.util.Map<java.lang.String,java.lang.Object> env, com.googlecode.aviator.runtime.type.AviatorObject arg1, com.googlecode.aviator.runtime.type.AviatorObject arg2)- Specified by:
callin interfacecom.googlecode.aviator.runtime.type.AviatorFunction- Overrides:
callin classcom.googlecode.aviator.runtime.function.AbstractFunction
-
getName
public java.lang.String getName()
-
-