Constant Field Values

Contents

com.googlecode.*

  • com.googlecode.aviator.AviatorEvaluator 
    Modifier and Type Constant Field Value
    public static final int COMPILE 0
    public static final int EVAL 1
  • com.googlecode.aviator.BaseExpression 
    Modifier and Type Constant Field Value
    public static final java.lang.String FUNC_PARAMS_VAR "__funcs_args__"
    private static final long serialVersionUID 2819544277750883372L
  • com.googlecode.aviator.com.googlecode.aviator.BaseExpression.SymbolHashMap 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 5951510458689965590L
  • com.googlecode.aviator.ClassExpression 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -1335572034070560078L
  • com.googlecode.aviator.InterpretExpression 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -3831400781523526582L
  • com.googlecode.aviator.LiteralExpression 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 7320801048592600557L
  • com.googlecode.aviator.asm.commons.GeneratorAdapter 
    Modifier and Type Constant Field Value
    public static final int ADD 96
    public static final int AND 126
    private static final java.lang.String CLDESC "Ljava/lang/Class;"
    public static final int DIV 108
    public static final int EQ 153
    public static final int GE 156
    public static final int GT 157
    public static final int LE 158
    public static final int LT 155
    public static final int MUL 104
    public static final int NE 154
    public static final int NEG 116
    public static final int OR 128
    public static final int REM 112
    public static final int SHL 120
    public static final int SHR 122
    public static final int SUB 100
    public static final int USHR 124
    public static final int XOR 130
  • com.googlecode.aviator.code.asm.ASMCodeGenerator 
    Modifier and Type Constant Field Value
    private static final java.lang.String CONSTRUCTOR_METHOD_NAME "<init>"
    private static final java.lang.String FIELD_PREFIX "f"
    public static final java.lang.String FUNC_ARGS_INNER_VAR "__fas__"
    private static final java.lang.String JAVA_TYPE_OWNER "com/googlecode/aviator/runtime/type/AviatorJavaType"
    private static final java.lang.String OBJECT_DESC "Lcom/googlecode/aviator/runtime/type/AviatorObject;"
    private static final java.lang.String OBJECT_OWNER "com/googlecode/aviator/runtime/type/AviatorObject"
    private static final java.lang.String RUNTIME_UTILS "com/googlecode/aviator/runtime/RuntimeUtils"
  • com.googlecode.aviator.code.interpreter.ir.AssertTypeIR 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -856359371027702741L
  • com.googlecode.aviator.code.interpreter.ir.BranchIfIR 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 5374232314686082568L
  • com.googlecode.aviator.code.interpreter.ir.BranchUnlessIR 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 262499564579405793L
  • com.googlecode.aviator.code.interpreter.ir.ClearIR 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -486328244006736142L
  • com.googlecode.aviator.code.interpreter.ir.GotoIR 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 5095135626036497287L
  • com.googlecode.aviator.code.interpreter.ir.Label 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -8044349898664624643L
  • com.googlecode.aviator.code.interpreter.ir.LoadIR 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -688605619463290104L
  • com.googlecode.aviator.code.interpreter.ir.NewLambdaIR 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 991107439815059038L
  • com.googlecode.aviator.code.interpreter.ir.OperatorIR 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 8149126448968020948L
  • com.googlecode.aviator.code.interpreter.ir.PopIR 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -343634812458469340L
  • com.googlecode.aviator.code.interpreter.ir.PopNIR 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -7275602629270711681L
  • com.googlecode.aviator.code.interpreter.ir.SendIR 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 2747763526113139010L
  • com.googlecode.aviator.code.interpreter.ir.SourceInfo 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -5836810241460848224L
  • com.googlecode.aviator.code.interpreter.ir.VisitLabelIR 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 5535667281818822262L
  • com.googlecode.aviator.lexer.token.AbstractToken<T> 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 4498841242745542399L
  • com.googlecode.aviator.lexer.token.CharToken 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -4529035977875919777L
  • com.googlecode.aviator.lexer.token.DelegateToken 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -1564600597069979843L
  • com.googlecode.aviator.lexer.token.NumberToken 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 3787410200228564680L
  • com.googlecode.aviator.lexer.token.OperatorToken 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -7479302090612995384L
  • com.googlecode.aviator.lexer.token.PatternToken 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 727969490471907456L
  • com.googlecode.aviator.lexer.token.StringToken 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -8305143945358948254L
  • com.googlecode.aviator.lexer.token.Variable 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -2444861882394614240L
  • com.googlecode.aviator.parser.VariableMeta 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 7798932900127029432L
  • com.googlecode.aviator.runtime.function.internal.CatchHandler 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 2718902412145274738L
  • com.googlecode.aviator.runtime.function.internal.CatchHandlerFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 7314510329619948965L
  • com.googlecode.aviator.runtime.function.internal.IfCallccFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 3511688119189694245L
  • com.googlecode.aviator.runtime.function.internal.NewInstanceFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -2257891325568093945L
  • com.googlecode.aviator.runtime.function.internal.ReducerBreakFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -542526309712482544L
  • com.googlecode.aviator.runtime.function.internal.ReducerContFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 7517333105872722540L
  • com.googlecode.aviator.runtime.function.internal.ReducerFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -6117602709327741955L
  • com.googlecode.aviator.runtime.function.internal.ReducerResult 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 8804868778622599851L
  • com.googlecode.aviator.runtime.function.internal.ReducerReturnFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -7242229684085361882L
  • com.googlecode.aviator.runtime.function.internal.ThrowFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -8464670257920503718L
  • com.googlecode.aviator.runtime.function.internal.TryCatchFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 7314510329619948965L
  • com.googlecode.aviator.runtime.function.internal.UnpackingArgsFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -7537763640116320630L
  • com.googlecode.aviator.runtime.function.internal.UseFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1710427343500339000L
  • com.googlecode.aviator.runtime.function.math.MathAbsFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -862700689914934548L
  • com.googlecode.aviator.runtime.function.math.MathAcosFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 5265228513226163825L
  • com.googlecode.aviator.runtime.function.math.MathAsinFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 5265228513226163825L
  • com.googlecode.aviator.runtime.function.math.MathAtanFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -4187660146211829531L
  • com.googlecode.aviator.runtime.function.math.MathCeilFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 9071009020940674955L
  • com.googlecode.aviator.runtime.function.math.MathCosFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -8964262110030240875L
  • com.googlecode.aviator.runtime.function.math.MathFloorFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 9071009020940674955L
  • com.googlecode.aviator.runtime.function.math.MathLog10Function 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 3749122510421500341L
  • com.googlecode.aviator.runtime.function.math.MathLogFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -3726921342776002687L
  • com.googlecode.aviator.runtime.function.math.MathPowFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 5909888819672336251L
  • com.googlecode.aviator.runtime.function.math.MathRoundFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 9071009020940674955L
  • com.googlecode.aviator.runtime.function.math.MathSinFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 5265228513226163825L
  • com.googlecode.aviator.runtime.function.math.MathSqrtFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 807873320154234454L
  • com.googlecode.aviator.runtime.function.math.MathTanFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -4187660146211829531L
  • com.googlecode.aviator.runtime.function.system.AbstractMinMaxFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -2554658421948407347L
  • com.googlecode.aviator.runtime.function.system.AssertFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -1089556474491684233L
  • com.googlecode.aviator.runtime.function.system.AssertFunction.AssertFailed 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • com.googlecode.aviator.runtime.function.system.BigIntFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 820173052464302490L
  • com.googlecode.aviator.runtime.function.system.BinaryFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -7543895978170666671L
  • com.googlecode.aviator.runtime.function.system.BooleanFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -2549798338853017229L
  • com.googlecode.aviator.runtime.function.system.ComparatorFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 6748727841901719306L
  • com.googlecode.aviator.runtime.function.system.CompareFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 6748727841901719306L
  • com.googlecode.aviator.runtime.function.system.ConstantFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -2077433391081175967L
  • com.googlecode.aviator.runtime.function.system.Date2StringFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -774515438944931814L
  • com.googlecode.aviator.runtime.function.system.DecimalFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 820173052464302490L
  • com.googlecode.aviator.runtime.function.system.DoubleFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 7418978804691784744L
  • com.googlecode.aviator.runtime.function.system.EvalFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 541446001268353015L
  • com.googlecode.aviator.runtime.function.system.IdentityFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -7049623828555613407L
  • com.googlecode.aviator.runtime.function.system.IsAFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -7543895978170666671L
  • com.googlecode.aviator.runtime.function.system.IsDefFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 8641929538658275527L
  • com.googlecode.aviator.runtime.function.system.LoadFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -6860446850416005514L
  • com.googlecode.aviator.runtime.function.system.LongFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 820173052464302490L
  • com.googlecode.aviator.runtime.function.system.MaxFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -2638341290892443991L
  • com.googlecode.aviator.runtime.function.system.MetaFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 7765397596826385646L
  • com.googlecode.aviator.runtime.function.system.MinFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -3048977411022985044L
  • com.googlecode.aviator.runtime.function.system.NowFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 4288316673236996427L
  • com.googlecode.aviator.runtime.function.system.PrintFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -215228684025127631L
  • com.googlecode.aviator.runtime.function.system.PrintlnFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -1592661531857237654L
  • com.googlecode.aviator.runtime.function.system.PstFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -215228684025127631L
  • com.googlecode.aviator.runtime.function.system.RandomFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -8635075532485359687L
  • com.googlecode.aviator.runtime.function.system.RangeFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -8074216928792719019L
  • com.googlecode.aviator.runtime.function.system.RequireFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 5708185199888892952L
  • com.googlecode.aviator.runtime.function.system.SeqFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1796744329506734585L
  • com.googlecode.aviator.runtime.function.system.StrFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 8649875989830820633L
  • com.googlecode.aviator.runtime.function.system.String2DateFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -1899407811376304410L
  • com.googlecode.aviator.runtime.function.system.SysDateFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -2866091423749189359L
  • com.googlecode.aviator.runtime.function.system.TupleFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -7377110880312266008L
  • com.googlecode.aviator.runtime.function.system.TypeFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 501798543495705123L
  • com.googlecode.aviator.runtime.function.system.UndefFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -1301889134837125717L
  • com.googlecode.aviator.runtime.function.system.WithMetaFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 7765397596826385646L
  • com.googlecode.aviator.runtime.function.system.WithoutMetaFunction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 7765397596826385646L
  • com.googlecode.aviator.runtime.module.IoModule 
    Modifier and Type Constant Field Value
    private static final int BUFFER_SIZE 8096
    private static final int INIT_BUFFER_SIZE 32768
  • com.googlecode.aviator.runtime.op.OperationRuntime 
    Modifier and Type Constant Field Value
    private static final java.lang.String TRACE_PREFIX " "
    private static final java.lang.String WHITE_SPACE " "
  • com.googlecode.aviator.runtime.type.AviatorBigInt 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 2208761926142343652L
  • com.googlecode.aviator.runtime.type.AviatorBoolean 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -685795150869373183L
  • com.googlecode.aviator.runtime.type.AviatorDecimal 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 7084583813460322882L
  • com.googlecode.aviator.runtime.type.AviatorDouble 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 829573884607069307L
  • com.googlecode.aviator.runtime.type.AviatorJavaType 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -4353225521490659987L
  • com.googlecode.aviator.runtime.type.AviatorLong 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 7414561190099820442L
  • com.googlecode.aviator.runtime.type.AviatorNil 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 5030890238879926682L
  • com.googlecode.aviator.runtime.type.AviatorNumber 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 6775726371182360535L
  • com.googlecode.aviator.runtime.type.AviatorObject 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -6006961429175160001L
  • com.googlecode.aviator.runtime.type.AviatorPattern 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -6667072156431636239L
  • com.googlecode.aviator.runtime.type.AviatorRuntimeJavaElementType 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -955529214730255727L
  • com.googlecode.aviator.runtime.type.AviatorRuntimeJavaType 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 3107203976124904223L
  • com.googlecode.aviator.runtime.type.AviatorString 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -7430694306919959899L
  • com.googlecode.aviator.runtime.type.AviatorStringBuilder 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1958289382573221857L
  • com.googlecode.aviator.runtime.type.Range 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1463899968843425932L
  • com.googlecode.aviator.runtime.type.seq.ListCollector 
    Modifier and Type Constant Field Value
    private static final int INIT_CAP 10
  • com.googlecode.aviator.utils.ArrayHashMap<K,​V> 
    Modifier and Type Constant Field Value
    private static final float LOAD_FACTOR 0.8500000238418579f
    private static final long serialVersionUID 362498820763181265L
  • com.googlecode.aviator.utils.com.googlecode.aviator.utils.ArrayHashMap.MapEntry 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1759214536880718767L
  • com.googlecode.aviator.utils.Constants 
    Modifier and Type Constant Field Value
    public static final java.lang.String ARITIES_META "arities"
    public static final java.lang.String DEFINE_META "define"
    public static final java.lang.String ENV_VAR "__env__"
    public static final java.lang.String EXP_VAR "__exp__"
    public static final java.lang.String FUNC_ARGS_VAR "__args__"
    public static final java.lang.String INHERIT_ENV_META "inheritEnv"
    public static final java.lang.String INIT_META "isInitialized"
    public static final java.lang.String INSTANCE_VAR "__instance__"
    public static final java.lang.String INTER_META "hasInterpolation"
    public static final java.lang.String LOAD_FN "load"
    public static final java.lang.String NEWLINE "\r\n"
    public static final java.lang.String PARAMS_META "params"
    public static final java.lang.String REDUCER_EMPTY_VAR "__reducer_empty"
    public static final java.lang.String REDUCER_LOOP_VAR "__reducer_loop"
    public static final java.lang.String REQUIRE_FN "require"
    public static final java.lang.String SCOPE_META "newLexicalScope"
    public static final java.lang.String TYPE_META "type"
    public static final java.lang.String UNPACK_ARGS "unpackingArgs"
    public static final java.lang.String USE_CLASS_PKG "useClassOrPkg"
  • com.googlecode.aviator.utils.Env 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -7793716992176999689L
  • com.googlecode.aviator.utils.LRUMap<K,​V> 
    Modifier and Type Constant Field Value
    static final long serialVersionUID -1L
  • com.googlecode.aviator.utils.SyncLRUMap<K,​V> 
    Modifier and Type Constant Field Value
    static final long serialVersionUID -1L
  • com.googlecode.aviator.utils.Utils 
    Modifier and Type Constant Field Value
    private static final java.lang.String CURRENT_VERSION "5.4.2"
  • com.googlecode.aviator.utils.VarNameGenerator 
    Modifier and Type Constant Field Value
    private static final java.lang.String TEMP_VAR_PREFIX "A_"