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.ClassReader Modifier and Type Constant Field Value static final boolean
ANNOTATIONS
true
public static final int
EXPAND_FRAMES
8
static final boolean
FRAMES
true
static final boolean
RESIZE
true
static final boolean
SIGNATURES
true
public static final int
SKIP_CODE
1
public static final int
SKIP_DEBUG
2
public static final int
SKIP_FRAMES
4
static final boolean
WRITER
true
-
com.googlecode.aviator.asm.ClassWriter Modifier and Type Constant Field Value static final int
ACC_SYNTHETIC_ATTRIBUTE
262144
static final int
BSM
33
static final int
CLASS
7
public static final int
COMPUTE_FRAMES
2
public static final int
COMPUTE_MAXS
1
static final int
DOUBLE
6
static final int
FIELD
9
static final int
FIELDORMETH_INSN
6
static final int
FLOAT
4
static final int
HANDLE
15
static final int
HANDLE_BASE
20
static final int
IINC_INSN
13
static final int
IMETH
11
static final int
IMPLVAR_INSN
4
static final int
INDY
18
static final int
INDYMETH_INSN
8
static final int
INT
3
static final int
ITFMETH_INSN
7
static final int
LABEL_INSN
9
static final int
LABELW_INSN
10
static final int
LDC_INSN
11
static final int
LDCW_INSN
12
static final int
LONG
5
static final int
LOOK_INSN
15
static final int
MANA_INSN
16
static final int
METH
10
static final int
MTYPE
16
static final int
NAME_TYPE
12
static final int
NOARG_INSN
0
static final int
SBYTE_INSN
1
static final int
SHORT_INSN
2
static final int
STR
8
static final int
TABL_INSN
14
static final int
TO_ACC_SYNTHETIC
64
static final int
TYPE_INSN
5
static final int
TYPE_MERGED
32
static final int
TYPE_NORMAL
30
static final int
TYPE_UNINIT
31
static final int
UTF8
1
static final int
VAR_INSN
3
static final int
WIDE_INSN
17
-
com.googlecode.aviator.asm.com.googlecode.aviator.asm.Edge Modifier and Type Constant Field Value static final int
EXCEPTION
2147483647
static final int
NORMAL
0
-
com.googlecode.aviator.asm.com.googlecode.aviator.asm.Frame Modifier and Type Constant Field Value static final int
ARRAY_OF
268435456
static final int
BASE
16777216
static final int
BASE_KIND
267386880
static final int
BASE_VALUE
1048575
static final int
BOOLEAN
16777225
static final int
BYTE
16777226
static final int
CHAR
16777227
static final int
DIM
-268435456
static final int
DOUBLE
16777219
static final int
ELEMENT_OF
-268435456
static final int
FLOAT
16777218
static final int
INTEGER
16777217
static final int
KIND
251658240
private static final int
LOCAL
33554432
static final int
LONG
16777220
static final int
NULL
16777221
static final int
OBJECT
24117248
static final int
SHORT
16777228
private static final int
STACK
50331648
static final int
TOP
16777216
static final int
TOP_IF_LONG_OR_DOUBLE
8388608
static final int
UNINITIALIZED
25165824
static final int
UNINITIALIZED_THIS
16777222
static final int
VALUE
8388607
-
com.googlecode.aviator.asm.Label Modifier and Type Constant Field Value static final int
DEBUG
1
static final int
JSR
128
static final int
PUSHED
8
static final int
REACHABLE
64
static final int
RESIZED
4
static final int
RESOLVED
2
static final int
RET
256
static final int
STORE
32
static final int
SUBROUTINE
512
static final int
TARGET
16
static final int
VISITED
1024
static final int
VISITED2
2048
-
com.googlecode.aviator.asm.com.googlecode.aviator.asm.MethodWriter Modifier and Type Constant Field Value static final int
ACC_CONSTRUCTOR
524288
static final int
APPEND_FRAME
252
static final int
CHOP_FRAME
248
private static final int
FRAMES
0
static final int
FULL_FRAME
255
private static final int
MAXS
1
private static final int
NOTHING
2
static final int
RESERVED
128
static final int
SAME_FRAME
0
static final int
SAME_FRAME_EXTENDED
251
static final int
SAME_LOCALS_1_STACK_ITEM_FRAME
64
static final int
SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED
247
-
com.googlecode.aviator.asm.Opcodes Modifier and Type Constant Field Value public static final int
AALOAD
50
public static final int
AASTORE
83
public static final int
ACC_ABSTRACT
1024
public static final int
ACC_ANNOTATION
8192
public static final int
ACC_BRIDGE
64
public static final int
ACC_DEPRECATED
131072
public static final int
ACC_ENUM
16384
public static final int
ACC_FINAL
16
public static final int
ACC_INTERFACE
512
public static final int
ACC_NATIVE
256
public static final int
ACC_PRIVATE
2
public static final int
ACC_PROTECTED
4
public static final int
ACC_PUBLIC
1
public static final int
ACC_STATIC
8
public static final int
ACC_STRICT
2048
public static final int
ACC_SUPER
32
public static final int
ACC_SYNCHRONIZED
32
public static final int
ACC_SYNTHETIC
4096
public static final int
ACC_TRANSIENT
128
public static final int
ACC_VARARGS
128
public static final int
ACC_VOLATILE
64
public static final int
ACONST_NULL
1
public static final int
ALOAD
25
public static final int
ANEWARRAY
189
public static final int
ARETURN
176
public static final int
ARRAYLENGTH
190
public static final int
ASM4
262144
public static final int
ASTORE
58
public static final int
ATHROW
191
public static final int
BALOAD
51
public static final int
BASTORE
84
public static final int
BIPUSH
16
public static final int
CALOAD
52
public static final int
CASTORE
85
public static final int
CHECKCAST
192
public static final int
D2F
144
public static final int
D2I
142
public static final int
D2L
143
public static final int
DADD
99
public static final int
DALOAD
49
public static final int
DASTORE
82
public static final int
DCMPG
152
public static final int
DCMPL
151
public static final int
DCONST_0
14
public static final int
DCONST_1
15
public static final int
DDIV
111
public static final int
DLOAD
24
public static final int
DMUL
107
public static final int
DNEG
119
public static final int
DREM
115
public static final int
DRETURN
175
public static final int
DSTORE
57
public static final int
DSUB
103
public static final int
DUP
89
public static final int
DUP_X1
90
public static final int
DUP_X2
91
public static final int
DUP2
92
public static final int
DUP2_X1
93
public static final int
DUP2_X2
94
public static final int
F_APPEND
1
public static final int
F_CHOP
2
public static final int
F_FULL
0
public static final int
F_NEW
-1
public static final int
F_SAME
3
public static final int
F_SAME1
4
public static final int
F2D
141
public static final int
F2I
139
public static final int
F2L
140
public static final int
FADD
98
public static final int
FALOAD
48
public static final int
FASTORE
81
public static final int
FCMPG
150
public static final int
FCMPL
149
public static final int
FCONST_0
11
public static final int
FCONST_1
12
public static final int
FCONST_2
13
public static final int
FDIV
110
public static final int
FLOAD
23
public static final int
FMUL
106
public static final int
FNEG
118
public static final int
FREM
114
public static final int
FRETURN
174
public static final int
FSTORE
56
public static final int
FSUB
102
public static final int
GETFIELD
180
public static final int
GETSTATIC
178
public static final int
GOTO
167
public static final int
H_GETFIELD
1
public static final int
H_GETSTATIC
2
public static final int
H_INVOKEINTERFACE
9
public static final int
H_INVOKESPECIAL
7
public static final int
H_INVOKESTATIC
6
public static final int
H_INVOKEVIRTUAL
5
public static final int
H_NEWINVOKESPECIAL
8
public static final int
H_PUTFIELD
3
public static final int
H_PUTSTATIC
4
public static final int
I2B
145
public static final int
I2C
146
public static final int
I2D
135
public static final int
I2F
134
public static final int
I2L
133
public static final int
I2S
147
public static final int
IADD
96
public static final int
IALOAD
46
public static final int
IAND
126
public static final int
IASTORE
79
public static final int
ICONST_0
3
public static final int
ICONST_1
4
public static final int
ICONST_2
5
public static final int
ICONST_3
6
public static final int
ICONST_4
7
public static final int
ICONST_5
8
public static final int
ICONST_M1
2
public static final int
IDIV
108
public static final int
IF_ACMPEQ
165
public static final int
IF_ACMPNE
166
public static final int
IF_ICMPEQ
159
public static final int
IF_ICMPGE
162
public static final int
IF_ICMPGT
163
public static final int
IF_ICMPLE
164
public static final int
IF_ICMPLT
161
public static final int
IF_ICMPNE
160
public static final int
IFEQ
153
public static final int
IFGE
156
public static final int
IFGT
157
public static final int
IFLE
158
public static final int
IFLT
155
public static final int
IFNE
154
public static final int
IFNONNULL
199
public static final int
IFNULL
198
public static final int
IINC
132
public static final int
ILOAD
21
public static final int
IMUL
104
public static final int
INEG
116
public static final int
INSTANCEOF
193
public static final int
INVOKEDYNAMIC
186
public static final int
INVOKEINTERFACE
185
public static final int
INVOKESPECIAL
183
public static final int
INVOKESTATIC
184
public static final int
INVOKEVIRTUAL
182
public static final int
IOR
128
public static final int
IREM
112
public static final int
IRETURN
172
public static final int
ISHL
120
public static final int
ISHR
122
public static final int
ISTORE
54
public static final int
ISUB
100
public static final int
IUSHR
124
public static final int
IXOR
130
public static final int
JSR
168
public static final int
L2D
138
public static final int
L2F
137
public static final int
L2I
136
public static final int
LADD
97
public static final int
LALOAD
47
public static final int
LAND
127
public static final int
LASTORE
80
public static final int
LCMP
148
public static final int
LCONST_0
9
public static final int
LCONST_1
10
public static final int
LDC
18
public static final int
LDIV
109
public static final int
LLOAD
22
public static final int
LMUL
105
public static final int
LNEG
117
public static final int
LOOKUPSWITCH
171
public static final int
LOR
129
public static final int
LREM
113
public static final int
LRETURN
173
public static final int
LSHL
121
public static final int
LSHR
123
public static final int
LSTORE
55
public static final int
LSUB
101
public static final int
LUSHR
125
public static final int
LXOR
131
public static final int
MONITORENTER
194
public static final int
MONITOREXIT
195
public static final int
MULTIANEWARRAY
197
public static final int
NEW
187
public static final int
NEWARRAY
188
public static final int
NOP
0
public static final int
POP
87
public static final int
POP2
88
public static final int
PUTFIELD
181
public static final int
PUTSTATIC
179
public static final int
RET
169
public static final int
RETURN
177
public static final int
SALOAD
53
public static final int
SASTORE
86
public static final int
SIPUSH
17
public static final int
SWAP
95
public static final int
T_BOOLEAN
4
public static final int
T_BYTE
8
public static final int
T_CHAR
5
public static final int
T_DOUBLE
7
public static final int
T_FLOAT
6
public static final int
T_INT
10
public static final int
T_LONG
11
public static final int
T_SHORT
9
public static final int
TABLESWITCH
170
public static final int
V1_1
196653
public static final int
V1_2
46
public static final int
V1_3
47
public static final int
V1_4
48
public static final int
V1_5
49
public static final int
V1_6
50
public static final int
V1_7
51
-
com.googlecode.aviator.asm.Type Modifier and Type Constant Field Value public static final int
ARRAY
9
public static final int
BOOLEAN
1
public static final int
BYTE
3
public static final int
CHAR
2
public static final int
DOUBLE
8
public static final int
FLOAT
6
public static final int
INT
5
public static final int
LONG
7
public static final int
METHOD
11
public static final int
OBJECT
10
public static final int
SHORT
4
public static final int
VOID
0
-
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.exception.CompareNotSupportedException Modifier and Type Constant Field Value private static final long
serialVersionUID
1371807011356390059L
-
com.googlecode.aviator.exception.CompileExpressionErrorException Modifier and Type Constant Field Value static final long
serialVersionUID
-1L
-
com.googlecode.aviator.exception.ExpressionNotFoundException Modifier and Type Constant Field Value private static final long
serialVersionUID
-8151661221248281327L
-
com.googlecode.aviator.exception.ExpressionRuntimeException Modifier and Type Constant Field Value static final long
serialVersionUID
-1L
-
com.googlecode.aviator.exception.ExpressionSyntaxErrorException Modifier and Type Constant Field Value static final long
serialVersionUID
-1L
-
com.googlecode.aviator.exception.FunctionNotFoundException Modifier and Type Constant Field Value private static final long
serialVersionUID
-8151661221248281327L
-
com.googlecode.aviator.exception.IllegalArityException Modifier and Type Constant Field Value static final long
serialVersionUID
-1L
-
com.googlecode.aviator.exception.LoadScriptFailureException Modifier and Type Constant Field Value private static final long
serialVersionUID
-4311966452570613367L
-
com.googlecode.aviator.exception.NoSuchPropertyException Modifier and Type Constant Field Value private static final long
serialVersionUID
-3749680912179160158L
-
com.googlecode.aviator.exception.StandardError Modifier and Type Constant Field Value private static final long
serialVersionUID
7601099490172089234L
-
com.googlecode.aviator.exception.TimeoutException Modifier and Type Constant Field Value private static final long
serialVersionUID
-3749680912179160158L
-
com.googlecode.aviator.exception.UnsupportedFeatureException Modifier and Type Constant Field Value private static final long
serialVersionUID
6543462982851212129L
-
com.googlecode.aviator.lexer.ExpressionLexer Modifier and Type Constant Field Value private static final long
OVERFLOW_FLAG
922337203685477580L
private static final long
OVERFLOW_SINGLE
7L
-
com.googlecode.aviator.lexer.SymbolTable Modifier and Type Constant Field Value private static final long
serialVersionUID
-9019014977807517193L
-
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.FunctionParam Modifier and Type Constant Field Value private static final long
serialVersionUID
2500321752781875680L
-
com.googlecode.aviator.runtime.JavaMethodReflectionFunctionMissing Modifier and Type Constant Field Value private static final long
serialVersionUID
-7829608231403725185L
-
com.googlecode.aviator.runtime.LambdaFunctionBootstrap Modifier and Type Constant Field Value private static final long
serialVersionUID
-8884911908304713609L
-
com.googlecode.aviator.runtime.RuntimeFunctionDelegator Modifier and Type Constant Field Value private static final long
serialVersionUID
718191165717789044L
-
com.googlecode.aviator.runtime.function.AbstractFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-2391067902827877479L
-
com.googlecode.aviator.runtime.function.AbstractVariadicFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-5939898720859638046L
-
com.googlecode.aviator.runtime.function.ClassMethodFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
5946505010078966461L
-
com.googlecode.aviator.runtime.function.DispatchFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
5993768652338524385L
-
com.googlecode.aviator.runtime.function.LambdaFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-4388339706945053452L
-
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.seq.AbstractSeqMinMaxFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
1236238221132010289L
-
com.googlecode.aviator.runtime.function.seq.SeqAddAllFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-4406740199823615336L
-
com.googlecode.aviator.runtime.function.seq.SeqAddFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-4406740199823615336L
-
com.googlecode.aviator.runtime.function.seq.SeqArrayFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
2012324452539443834L
-
com.googlecode.aviator.runtime.function.seq.SeqCollectorFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-3174913891253579826L
-
com.googlecode.aviator.runtime.function.seq.SeqCollectorRawFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-3174913891253579826L
-
com.googlecode.aviator.runtime.function.seq.SeqCompsitePredFunFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
2728893801192387893L
-
com.googlecode.aviator.runtime.function.seq.SeqContainsKeyFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
1543232112837279691L
-
com.googlecode.aviator.runtime.function.seq.SeqCountFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
4640528586873392060L
-
com.googlecode.aviator.runtime.function.seq.SeqEveryFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
3336351857807826640L
-
com.googlecode.aviator.runtime.function.seq.SeqFilterFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-4260499185348699759L
-
com.googlecode.aviator.runtime.function.seq.SeqGetFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-8707187642296260032L
-
com.googlecode.aviator.runtime.function.seq.SeqIncludeFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
2484898649434036343L
-
com.googlecode.aviator.runtime.function.seq.SeqIntoFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
1426576856324636917L
-
com.googlecode.aviator.runtime.function.seq.SeqKeysFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-8707187642296260032L
-
com.googlecode.aviator.runtime.function.seq.SeqMakePredicateFunFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
5914895306808850530L
-
com.googlecode.aviator.runtime.function.seq.SeqMapEntryFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-93114232885437186L
-
com.googlecode.aviator.runtime.function.seq.SeqMapFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-4781893293207344881L
-
com.googlecode.aviator.runtime.function.seq.SeqMaxFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-9078180432569139177L
-
com.googlecode.aviator.runtime.function.seq.SeqMinFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-9115254931251817546L
-
com.googlecode.aviator.runtime.function.seq.SeqNewArrayFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-6837670921285947159L
-
com.googlecode.aviator.runtime.function.seq.SeqNewListFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
2726529252281789461L
-
com.googlecode.aviator.runtime.function.seq.SeqNewMapFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-2581715177871593829L
-
com.googlecode.aviator.runtime.function.seq.SeqNewSetFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-8247803628833006273L
-
com.googlecode.aviator.runtime.function.seq.SeqNotAnyFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-6166338900433159676L
-
com.googlecode.aviator.runtime.function.seq.SeqPredicateFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
478017115680743291L
-
com.googlecode.aviator.runtime.function.seq.SeqPutFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-3135895014660784340L
-
com.googlecode.aviator.runtime.function.seq.SeqReduceFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
3647565344441046668L
-
com.googlecode.aviator.runtime.function.seq.SeqRemoveFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-8263329813393510288L
-
com.googlecode.aviator.runtime.function.seq.SeqReverseFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
784309776347529069L
-
com.googlecode.aviator.runtime.function.seq.SeqSomeFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-4070559519252562470L
-
com.googlecode.aviator.runtime.function.seq.SeqSortFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
8105967959099656098L
-
com.googlecode.aviator.runtime.function.seq.SeqValsFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-8707187642296260032L
-
com.googlecode.aviator.runtime.function.seq.SeqZipmapFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-3174913891253579826L
-
com.googlecode.aviator.runtime.function.string.StringContainsFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-441004511913761937L
-
com.googlecode.aviator.runtime.function.string.StringEndsWithFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
3341588177105896074L
-
com.googlecode.aviator.runtime.function.string.StringIndexOfFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
4497808043956407590L
-
com.googlecode.aviator.runtime.function.string.StringJoinFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
8857093154788638443L
-
com.googlecode.aviator.runtime.function.string.StringLengthFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
4330275006337010966L
-
com.googlecode.aviator.runtime.function.string.StringReplaceAllFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-3302888022156167811L
-
com.googlecode.aviator.runtime.function.string.StringReplaceFirstFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
1563485375844407804L
-
com.googlecode.aviator.runtime.function.string.StringSplitFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-8513586590310490323L
-
com.googlecode.aviator.runtime.function.string.StringStartsWithFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
1529665864351661711L
-
com.googlecode.aviator.runtime.function.string.StringSubStringFunction Modifier and Type Constant Field Value private static final long
serialVersionUID
-5815382413034383204L
-
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.script.AviatorScriptEngine Modifier and Type Constant Field Value private static final int
KEY_THRESHOLD
4096
-
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_"