Lines Matching full:variables
44 /// The expression parser uses variables in three different contexts:
46 /// First, it stores persistent variables along with the process for use in
47 /// expressions. These persistent variables contain their own data and are
50 /// Second, in an interpreted expression, it stores the local variables for
51 /// the expression along with the expression. These variables contain their
54 /// Third, in a JIT-compiled expression, it stores the variables that the
150 /// specific variables
155 /// Deallocate parser-specific variables
158 /// Access parser-specific variables
185 /// space for JIT-specific variables
190 /// Deallocate JIT-specific variables