Go to the source code of this file.
Enumerations | |
enum | PathKind { NormPK = 'N', BangPK = '!', TypePK = 'T', LLenPK = 'L', BLenPK = 'B', ExprPK = 'E', DummyPK = 'D' } |
enum | ValueKind { BooleanVK, IntegerVK, ListVK, BindingVK, PrimitiveVK, TextVK, ClosureVK, ModelVK, ErrorVK, FpVK, UnbndVK } |
enum | ExprKind { ConstantEK, IfEK, ComputedEK, ArgListEK, ExprListEK, StmtListEK, ApplyEK, ApplyOpEK, ApplyUnOpEK, AssignEK, BindEK, BindingEK, BlockEK, FileEK, FuncEK, IterateEK, ListEK, ModelEK, NameEK, PairEK, PrimitiveEK, SelectEK, TypedEK, BaseTEK, ListTEK, BindingTEK, FuncTEK, ErrorEK } |
|
Definition at line 37 of file PickleStats.H. |
|
Definition at line 27 of file PickleStats.H. |
|
Definition at line 32 of file PickleStats.H. |