Package | stimulsoft.report.engine.parser.enums |
Class | public class StiAsmCommandType |
Inheritance | StiAsmCommandType ![]() |
Constant | Defined By | ||
---|---|---|---|
Add : int = 10 [static] | StiAsmCommandType | ||
And : int = 27 [static] | StiAsmCommandType | ||
And2 : int = 28 [static] | StiAsmCommandType | ||
Cast : int = 17 [static] | StiAsmCommandType | ||
CompareEqual : int = 23 [static] | StiAsmCommandType | ||
CompareLeft : int = 19 [static] | StiAsmCommandType | ||
CompareLeftEqual : int = 20 [static] | StiAsmCommandType | ||
CompareNotEqual : int = 24 [static] | StiAsmCommandType | ||
CompareRight : int = 21 [static] | StiAsmCommandType | ||
CompareRightEqual : int = 22 [static] | StiAsmCommandType | ||
CopyToVariable : int = 9 [static] | StiAsmCommandType | ||
Div : int = 13 [static] | StiAsmCommandType | ||
Mod : int = 14 [static] | StiAsmCommandType | ||
Mult : int = 12 [static] | StiAsmCommandType | ||
Neg : int = 16 [static] | StiAsmCommandType | ||
Not : int = 18 [static] | StiAsmCommandType | ||
Or : int = 29 [static] | StiAsmCommandType | ||
Or2 : int = 30 [static] | StiAsmCommandType | ||
Power : int = 15 [static] | StiAsmCommandType | ||
PushArrayElement : int = 32 [static] | StiAsmCommandType | ||
PushBusinessObjectField : int = 4 [static] | StiAsmCommandType | ||
PushComponent : int = 8 [static] | StiAsmCommandType | ||
PushDataSourceField : int = 3 [static] | StiAsmCommandType | ||
PushFunction : int = 5 [static] | StiAsmCommandType | ||
PushMethod : int = 6 [static] | StiAsmCommandType | ||
PushProperty : int = 7 [static] | StiAsmCommandType | ||
PushSystemVariable : int = 2 [static] | StiAsmCommandType | ||
PushValue : int = 0 [static] | StiAsmCommandType | ||
PushVariable : int = 1 [static] | StiAsmCommandType | ||
Shl : int = 25 [static] | StiAsmCommandType | ||
Shr : int = 26 [static] | StiAsmCommandType | ||
Sub : int = 11 [static] | StiAsmCommandType | ||
Xor : int = 31 [static] | StiAsmCommandType |
Add | Constant |
public static const Add:int = 10
And | Constant |
public static const And:int = 27
And2 | Constant |
public static const And2:int = 28
Cast | Constant |
public static const Cast:int = 17
CompareEqual | Constant |
public static const CompareEqual:int = 23
CompareLeft | Constant |
public static const CompareLeft:int = 19
CompareLeftEqual | Constant |
public static const CompareLeftEqual:int = 20
CompareNotEqual | Constant |
public static const CompareNotEqual:int = 24
CompareRight | Constant |
public static const CompareRight:int = 21
CompareRightEqual | Constant |
public static const CompareRightEqual:int = 22
CopyToVariable | Constant |
public static const CopyToVariable:int = 9
Div | Constant |
public static const Div:int = 13
Mod | Constant |
public static const Mod:int = 14
Mult | Constant |
public static const Mult:int = 12
Neg | Constant |
public static const Neg:int = 16
Not | Constant |
public static const Not:int = 18
Or | Constant |
public static const Or:int = 29
Or2 | Constant |
public static const Or2:int = 30
Power | Constant |
public static const Power:int = 15
PushArrayElement | Constant |
public static const PushArrayElement:int = 32
PushBusinessObjectField | Constant |
public static const PushBusinessObjectField:int = 4
PushComponent | Constant |
public static const PushComponent:int = 8
PushDataSourceField | Constant |
public static const PushDataSourceField:int = 3
PushFunction | Constant |
public static const PushFunction:int = 5
PushMethod | Constant |
public static const PushMethod:int = 6
PushProperty | Constant |
public static const PushProperty:int = 7
PushSystemVariable | Constant |
public static const PushSystemVariable:int = 2
PushValue | Constant |
public static const PushValue:int = 0
PushVariable | Constant |
public static const PushVariable:int = 1
Shl | Constant |
public static const Shl:int = 25
Shr | Constant |
public static const Shr:int = 26
Sub | Constant |
public static const Sub:int = 11
Xor | Constant |
public static const Xor:int = 31