jar

org.casbin : aviator

Maven & Gradle

Jan 08, 2023
0 stars

aviator · A lightweight, high performance expression evaluator for java, Provide support for Android sdk versions less than 26.

Table Of Contents

Latest Version

Download org.casbin : aviator JAR file - Latest Versions:

All Versions

Download org.casbin : aviator JAR file - All Versions:

Version Vulnerabilities Size Updated
5.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window aviator-5.1.4-fix.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.googlecode.aviator.runtime.type.seq

├─ com.googlecode.aviator.runtime.type.seq.AbstractSequence.class - [JAR]

├─ com.googlecode.aviator.runtime.type.seq.ArrayCollector.class - [JAR]

├─ com.googlecode.aviator.runtime.type.seq.ArraySequence.class - [JAR]

├─ com.googlecode.aviator.runtime.type.seq.CharSeqSequence.class - [JAR]

├─ com.googlecode.aviator.runtime.type.seq.EmptySequence.class - [JAR]

├─ com.googlecode.aviator.runtime.type.seq.IterableSequence.class - [JAR]

├─ com.googlecode.aviator.runtime.type.seq.LimitedSequence.class - [JAR]

├─ com.googlecode.aviator.runtime.type.seq.ListCollector.class - [JAR]

├─ com.googlecode.aviator.runtime.type.seq.MapSequence.class - [JAR]

com.googlecode.aviator.runtime.type.string

├─ com.googlecode.aviator.runtime.type.string.ExpressionSegment.class - [JAR]

├─ com.googlecode.aviator.runtime.type.string.LiteralSegment.class - [JAR]

├─ com.googlecode.aviator.runtime.type.string.StringSegment.class - [JAR]

├─ com.googlecode.aviator.runtime.type.string.VarSegment.class - [JAR]

com.googlecode.aviator.lexer

├─ com.googlecode.aviator.lexer.ExpressionLexer.class - [JAR]

├─ com.googlecode.aviator.lexer.SymbolTable.class - [JAR]

com.googlecode.aviator.runtime.function.string

├─ com.googlecode.aviator.runtime.function.string.StringContainsFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.string.StringEndsWithFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.string.StringIndexOfFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.string.StringJoinFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.string.StringLengthFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.string.StringReplaceAllFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.string.StringReplaceFirstFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.string.StringSplitFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.string.StringStartsWithFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.string.StringSubStringFunction.class - [JAR]

com.googlecode.aviator.runtime.module

├─ com.googlecode.aviator.runtime.module.IoModule.class - [JAR]

├─ com.googlecode.aviator.runtime.module.LineSequence.class - [JAR]

com.googlecode.aviator.runtime.function.seq

├─ com.googlecode.aviator.runtime.function.seq.AbstractSeqMinMaxFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqAddFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqArrayFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqCompsitePredFunFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqContainsKeyFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqCountFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqEveryFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqFilterFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqGetFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqIncludeFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqIntoFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqMakePredicateFunFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqMapEntryFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqMapFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqMaxFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqMinFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqNewArrayFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqNewListFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqNewMapFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqNewSetFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqNotAnyFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqPredicateFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqPutFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqReduceFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqRemoveFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqSomeFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.seq.SeqSortFunction.class - [JAR]

com.googlecode.aviator.annotation

├─ com.googlecode.aviator.annotation.Function.class - [JAR]

├─ com.googlecode.aviator.annotation.Ignore.class - [JAR]

├─ com.googlecode.aviator.annotation.Import.class - [JAR]

├─ com.googlecode.aviator.annotation.ImportScope.class - [JAR]

com.googlecode.aviator.code

├─ com.googlecode.aviator.code.CodeGenerator.class - [JAR]

├─ com.googlecode.aviator.code.LambdaGenerator.class - [JAR]

├─ com.googlecode.aviator.code.NoneCodeGenerator.class - [JAR]

├─ com.googlecode.aviator.code.OptimizeCodeGenerator.class - [JAR]

com.googlecode.aviator.runtime.function

├─ com.googlecode.aviator.runtime.function.AbstractFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.AbstractVariadicFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.ClassMethodFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.FunctionUtils.class - [JAR]

├─ com.googlecode.aviator.runtime.function.LambdaFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.TraceFunction.class - [JAR]

com.googlecode.aviator.runtime.op

├─ com.googlecode.aviator.runtime.op.OperationRuntime.class - [JAR]

com.googlecode.aviator.script

├─ com.googlecode.aviator.script.AviatorBindings.class - [JAR]

├─ com.googlecode.aviator.script.AviatorScriptEngine.class - [JAR]

├─ com.googlecode.aviator.script.AviatorScriptEngineFactory.class - [JAR]

├─ com.googlecode.aviator.script.CompiledAviatorScript.class - [JAR]

com.googlecode.aviator.asm.commons

├─ com.googlecode.aviator.asm.commons.AdviceAdapter.class - [JAR]

├─ com.googlecode.aviator.asm.commons.AnalyzerAdapter.class - [JAR]

├─ com.googlecode.aviator.asm.commons.CodeSizeEvaluator.class - [JAR]

├─ com.googlecode.aviator.asm.commons.GeneratorAdapter.class - [JAR]

├─ com.googlecode.aviator.asm.commons.InstructionAdapter.class - [JAR]

├─ com.googlecode.aviator.asm.commons.LocalVariablesSorter.class - [JAR]

├─ com.googlecode.aviator.asm.commons.Method.class - [JAR]

├─ com.googlecode.aviator.asm.commons.SerialVersionUIDAdder.class - [JAR]

├─ com.googlecode.aviator.asm.commons.StaticInitMerger.class - [JAR]

├─ com.googlecode.aviator.asm.commons.TableSwitchGenerator.class - [JAR]

com.googlecode.aviator.parser

├─ com.googlecode.aviator.parser.AviatorClassLoader.class - [JAR]

├─ com.googlecode.aviator.parser.DepthState.class - [JAR]

├─ com.googlecode.aviator.parser.ExpressionParser.class - [JAR]

├─ com.googlecode.aviator.parser.Parser.class - [JAR]

├─ com.googlecode.aviator.parser.ScopeInfo.class - [JAR]

com.googlecode.aviator.spring

├─ com.googlecode.aviator.spring.SpringContextFunctionLoader.class - [JAR]

├─ com.googlecode.aviator.spring.SringContextFunctionLoader.class - [JAR]

com.googlecode.aviator.runtime.function.math

├─ com.googlecode.aviator.runtime.function.math.MathAbsFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.math.MathCosFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.math.MathLog10Function.class - [JAR]

├─ com.googlecode.aviator.runtime.function.math.MathLogFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.math.MathPowFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.math.MathRoundFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.math.MathSinFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.math.MathSqrtFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.math.MathTanFunction.class - [JAR]

com.googlecode.aviator.runtime

├─ com.googlecode.aviator.runtime.FunctionArgument.class - [JAR]

├─ com.googlecode.aviator.runtime.JavaMethodReflectionFunctionMissing.class - [JAR]

├─ com.googlecode.aviator.runtime.LambdaFunctionBootstrap.class - [JAR]

├─ com.googlecode.aviator.runtime.RuntimeUtils.class - [JAR]

com.googlecode.aviator

├─ com.googlecode.aviator.AviatorEvaluator.class - [JAR]

├─ com.googlecode.aviator.AviatorEvaluatorInstance.class - [JAR]

├─ com.googlecode.aviator.BaseExpression.class - [JAR]

├─ com.googlecode.aviator.ClassExpression.class - [JAR]

├─ com.googlecode.aviator.ClassPathConfigFunctionLoader.class - [JAR]

├─ com.googlecode.aviator.EnvProcessor.class - [JAR]

├─ com.googlecode.aviator.Expression.class - [JAR]

├─ com.googlecode.aviator.Feature.class - [JAR]

├─ com.googlecode.aviator.FunctionLoader.class - [JAR]

├─ com.googlecode.aviator.FunctionMissing.class - [JAR]

├─ com.googlecode.aviator.LiteralExpression.class - [JAR]

├─ com.googlecode.aviator.Main.class - [JAR]

├─ com.googlecode.aviator.Options.class - [JAR]

├─ com.googlecode.aviator.RuntimeFunctionDelegator.class - [JAR]

com.googlecode.aviator.lexer.token

├─ com.googlecode.aviator.lexer.token.AbstractToken.class - [JAR]

├─ com.googlecode.aviator.lexer.token.CharToken.class - [JAR]

├─ com.googlecode.aviator.lexer.token.DelegateToken.class - [JAR]

├─ com.googlecode.aviator.lexer.token.NumberToken.class - [JAR]

├─ com.googlecode.aviator.lexer.token.OperatorToken.class - [JAR]

├─ com.googlecode.aviator.lexer.token.OperatorType.class - [JAR]

├─ com.googlecode.aviator.lexer.token.PatternToken.class - [JAR]

├─ com.googlecode.aviator.lexer.token.StringToken.class - [JAR]

├─ com.googlecode.aviator.lexer.token.Token.class - [JAR]

├─ com.googlecode.aviator.lexer.token.Variable.class - [JAR]

com.googlecode.aviator.runtime.function.internal

├─ com.googlecode.aviator.runtime.function.internal.CatchHandler.class - [JAR]

├─ com.googlecode.aviator.runtime.function.internal.CatchHandlerFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.internal.IfCallccFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.internal.NewInstanceFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.internal.ReducerBreakFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.internal.ReducerContFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.internal.ReducerFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.internal.ReducerResult.class - [JAR]

├─ com.googlecode.aviator.runtime.function.internal.ReducerReturnFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.internal.ReducerState.class - [JAR]

├─ com.googlecode.aviator.runtime.function.internal.ThrowFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.internal.TryCatchFunction.class - [JAR]

com.googlecode.aviator.runtime.function.system

├─ com.googlecode.aviator.runtime.function.system.AbstractMinMaxFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.AssertFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.BigIntFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.BinaryFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.BooleanFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.CompareFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.ConstantFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.Date2StringFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.DateFormatCache.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.DecimalFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.DoubleFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.EvalFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.IdentityFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.IsDefFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.LoadFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.LongFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.MaxFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.MinFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.NowFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.PrintFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.PrintlnFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.PstFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.RandomFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.RangeFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.RequireFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.SeqFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.StrFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.String2DateFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.SysDateFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.TupleFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.TypeFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.function.system.UndefFunction.class - [JAR]

com.googlecode.aviator.asm

├─ com.googlecode.aviator.asm.AnnotationVisitor.class - [JAR]

├─ com.googlecode.aviator.asm.AnnotationWriter.class - [JAR]

├─ com.googlecode.aviator.asm.Attribute.class - [JAR]

├─ com.googlecode.aviator.asm.ByteVector.class - [JAR]

├─ com.googlecode.aviator.asm.ClassReader.class - [JAR]

├─ com.googlecode.aviator.asm.ClassVisitor.class - [JAR]

├─ com.googlecode.aviator.asm.ClassWriter.class - [JAR]

├─ com.googlecode.aviator.asm.Context.class - [JAR]

├─ com.googlecode.aviator.asm.Edge.class - [JAR]

├─ com.googlecode.aviator.asm.FieldVisitor.class - [JAR]

├─ com.googlecode.aviator.asm.FieldWriter.class - [JAR]

├─ com.googlecode.aviator.asm.Frame.class - [JAR]

├─ com.googlecode.aviator.asm.Handle.class - [JAR]

├─ com.googlecode.aviator.asm.Handler.class - [JAR]

├─ com.googlecode.aviator.asm.Item.class - [JAR]

├─ com.googlecode.aviator.asm.Label.class - [JAR]

├─ com.googlecode.aviator.asm.MethodVisitor.class - [JAR]

├─ com.googlecode.aviator.asm.MethodWriter.class - [JAR]

├─ com.googlecode.aviator.asm.Opcodes.class - [JAR]

├─ com.googlecode.aviator.asm.Type.class - [JAR]

com.googlecode.aviator.utils

├─ com.googlecode.aviator.utils.Constants.class - [JAR]

├─ com.googlecode.aviator.utils.Env.class - [JAR]

├─ com.googlecode.aviator.utils.LRUMap.class - [JAR]

├─ com.googlecode.aviator.utils.Reflector.class - [JAR]

├─ com.googlecode.aviator.utils.SyncLRUMap.class - [JAR]

├─ com.googlecode.aviator.utils.TypeUtils.class - [JAR]

├─ com.googlecode.aviator.utils.Utils.class - [JAR]

├─ com.googlecode.aviator.utils.VarNameGenerator.class - [JAR]

com.googlecode.aviator.exception

├─ com.googlecode.aviator.exception.CompareNotSupportedException.class - [JAR]

├─ com.googlecode.aviator.exception.CompileExpressionErrorException.class - [JAR]

├─ com.googlecode.aviator.exception.ExpressionNotFoundException.class - [JAR]

├─ com.googlecode.aviator.exception.ExpressionRuntimeException.class - [JAR]

├─ com.googlecode.aviator.exception.ExpressionSyntaxErrorException.class - [JAR]

├─ com.googlecode.aviator.exception.FunctionNotFoundException.class - [JAR]

├─ com.googlecode.aviator.exception.IllegalArityException.class - [JAR]

├─ com.googlecode.aviator.exception.LoadScriptFailureException.class - [JAR]

├─ com.googlecode.aviator.exception.StandardError.class - [JAR]

├─ com.googlecode.aviator.exception.UnsupportedFeatureException.class - [JAR]

com.googlecode.aviator.runtime.type

├─ com.googlecode.aviator.runtime.type.AviatorBigInt.class - [JAR]

├─ com.googlecode.aviator.runtime.type.AviatorBoolean.class - [JAR]

├─ com.googlecode.aviator.runtime.type.AviatorDecimal.class - [JAR]

├─ com.googlecode.aviator.runtime.type.AviatorDouble.class - [JAR]

├─ com.googlecode.aviator.runtime.type.AviatorFunction.class - [JAR]

├─ com.googlecode.aviator.runtime.type.AviatorJavaType.class - [JAR]

├─ com.googlecode.aviator.runtime.type.AviatorLong.class - [JAR]

├─ com.googlecode.aviator.runtime.type.AviatorNil.class - [JAR]

├─ com.googlecode.aviator.runtime.type.AviatorNumber.class - [JAR]

├─ com.googlecode.aviator.runtime.type.AviatorObject.class - [JAR]

├─ com.googlecode.aviator.runtime.type.AviatorPattern.class - [JAR]

├─ com.googlecode.aviator.runtime.type.AviatorRuntimeJavaElementType.class - [JAR]

├─ com.googlecode.aviator.runtime.type.AviatorRuntimeJavaType.class - [JAR]

├─ com.googlecode.aviator.runtime.type.AviatorString.class - [JAR]

├─ com.googlecode.aviator.runtime.type.AviatorStringBuilder.class - [JAR]

├─ com.googlecode.aviator.runtime.type.AviatorType.class - [JAR]

├─ com.googlecode.aviator.runtime.type.Collector.class - [JAR]

├─ com.googlecode.aviator.runtime.type.Range.class - [JAR]

├─ com.googlecode.aviator.runtime.type.Sequence.class - [JAR]

com.googlecode.aviator.code.asm

├─ com.googlecode.aviator.code.asm.ASMCodeGenerator.class - [JAR]

├─ com.googlecode.aviator.code.asm.ClassDefiner.class - [JAR]

Advertisement