ExpressionContext

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Alias This

context

Members

Functions

elevateImports
void elevateImports()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

make
ExpressionContext make(Context context)
Undocumented in source. Be warned that the author may not have intended to support it.
make
ExpressionContext make()
Undocumented in source. Be warned that the author may not have intended to support it.
make
ExpressionContext make(Context context, Set!string params)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

context
Context context;
Undocumented in source.
imports
Set!string* imports;
Undocumented in source.
params
Set!string params;
Undocumented in source.
scope_
Cursor scope_;
Undocumented in source.

Meta