class documentation

class Op(Enum):

View In Hierarchy

Used as Expr op attribute.
Constant APPLY Undocumented
Constant ARRAY Undocumented
Constant COMPLEX Undocumented
Constant CONCAT Undocumented
Constant DEREF Undocumented
Constant FACTORS Undocumented
Constant INDEXING Undocumented
Constant INTEGER Undocumented
Constant REAL Undocumented
Constant REF Undocumented
Constant RELATIONAL Undocumented
Constant STRING Undocumented
Constant SYMBOL Undocumented
Constant TERMS Undocumented
Constant TERNARY Undocumented
APPLY: int =

Undocumented

Value
200
ARRAY: int =

Undocumented

Value
30
COMPLEX: int =

Undocumented

Value
15
CONCAT: int =

Undocumented

Value
220
DEREF: int =

Undocumented

Value
3001
FACTORS: int =

Undocumented

Value
2000
INDEXING: int =

Undocumented

Value
210
INTEGER: int =

Undocumented

Value
10
REAL: int =

Undocumented

Value
12
REF: int =

Undocumented

Value
3000
RELATIONAL: int =

Undocumented

Value
300
STRING: int =

Undocumented

Value
20
SYMBOL: int =

Undocumented

Value
40
TERMS: int =

Undocumented

Value
1000
TERNARY: int =

Undocumented

Value
100