Skip to main content

engage/generated/moon_sharp/interpreter/
execution.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(any(feature = "moon_sharp-interpreter-execution-buildtimescope-types"))]
4pub mod buildtimescope;
5#[cfg(feature = "moon_sharp-interpreter-execution-buildtimescope")]
6pub use buildtimescope::IBuildTimeScopeMethods;
7#[cfg(feature = "moon_sharp-interpreter-execution-buildtimescope-types")]
8pub use buildtimescope::{BuildTimeScope, IBuildTimeScope};
9#[cfg(any(feature = "moon_sharp-interpreter-execution-closurecontext-types"))]
10pub mod closurecontext;
11#[cfg(feature = "moon_sharp-interpreter-execution-closurecontext")]
12pub use closurecontext::IClosureContextMethods;
13#[cfg(feature = "moon_sharp-interpreter-execution-closurecontext-types")]
14pub use closurecontext::{ClosureContext, IClosureContext};
15#[cfg(any(feature = "moon_sharp-interpreter-execution-iclosurebuilder-types"))]
16pub mod iclosurebuilder;
17#[cfg(feature = "moon_sharp-interpreter-execution-iclosurebuilder")]
18pub use iclosurebuilder::IIClosureBuilderMethods;
19#[cfg(feature = "moon_sharp-interpreter-execution-iclosurebuilder-types")]
20pub use iclosurebuilder::{IClosureBuilder, IIClosureBuilder};
21#[cfg(any(feature = "moon_sharp-interpreter-execution-iloop-types"))]
22pub mod iloop;
23#[cfg(feature = "moon_sharp-interpreter-execution-iloop")]
24pub use iloop::IILoopMethods;
25#[cfg(feature = "moon_sharp-interpreter-execution-iloop-types")]
26pub use iloop::{IILoop, ILoop};
27#[cfg(any(feature = "moon_sharp-interpreter-execution-instructionfieldusage-types"))]
28pub mod instructionfieldusage;
29#[cfg(feature = "moon_sharp-interpreter-execution-instructionfieldusage-types")]
30pub use instructionfieldusage::InstructionFieldUsage;
31#[cfg(any(feature = "moon_sharp-interpreter-execution-instructionfieldusage_extensions-types"))]
32pub mod instructionfieldusage_extensions;
33#[cfg(feature = "moon_sharp-interpreter-execution-instructionfieldusage_extensions-types")]
34pub use instructionfieldusage_extensions::{IInstructionFieldUsage_Extensions, InstructionFieldUsage_Extensions};
35#[cfg(any(feature = "moon_sharp-interpreter-execution-looptracker-types"))]
36pub mod looptracker;
37#[cfg(feature = "moon_sharp-interpreter-execution-looptracker")]
38pub use looptracker::ILoopTrackerMethods;
39#[cfg(feature = "moon_sharp-interpreter-execution-looptracker-types")]
40pub use looptracker::{ILoopTracker, LoopTracker};
41#[cfg(any(feature = "moon_sharp-interpreter-execution-runtimescopeblock-types"))]
42pub mod runtimescopeblock;
43#[cfg(feature = "moon_sharp-interpreter-execution-runtimescopeblock")]
44pub use runtimescopeblock::IRuntimeScopeBlockMethods;
45#[cfg(feature = "moon_sharp-interpreter-execution-runtimescopeblock-types")]
46pub use runtimescopeblock::{IRuntimeScopeBlock, RuntimeScopeBlock};
47#[cfg(any(feature = "moon_sharp-interpreter-execution-runtimescopeframe-types"))]
48pub mod runtimescopeframe;
49#[cfg(feature = "moon_sharp-interpreter-execution-runtimescopeframe")]
50pub use runtimescopeframe::IRuntimeScopeFrameMethods;
51#[cfg(feature = "moon_sharp-interpreter-execution-runtimescopeframe-types")]
52pub use runtimescopeframe::{IRuntimeScopeFrame, RuntimeScopeFrame};
53#[cfg(any(
54    feature = "moon_sharp-interpreter-execution-scopes-buildtimescopeblock-types",
55    feature = "moon_sharp-interpreter-execution-scopes-buildtimescopeframe-types"
56))]
57pub mod scopes;
58#[cfg(any(feature = "moon_sharp-interpreter-execution-scriptloadingcontext-types"))]
59pub mod scriptloadingcontext;
60#[cfg(feature = "moon_sharp-interpreter-execution-scriptloadingcontext")]
61pub use scriptloadingcontext::IScriptLoadingContextMethods;
62#[cfg(feature = "moon_sharp-interpreter-execution-scriptloadingcontext-types")]
63pub use scriptloadingcontext::{IScriptLoadingContext, ScriptLoadingContext};
64#[cfg(any(
65    feature = "moon_sharp-interpreter-execution-vm-bytecode-types",
66    feature = "moon_sharp-interpreter-execution-vm-callstackitem-types",
67    feature = "moon_sharp-interpreter-execution-vm-callstackitemflags-types",
68    feature = "moon_sharp-interpreter-execution-vm-executionstate-types",
69    feature = "moon_sharp-interpreter-execution-vm-instruction-types",
70    feature = "moon_sharp-interpreter-execution-vm-opcode-types",
71    feature = "moon_sharp-interpreter-execution-vm-opcodemetadatatype-types",
72    feature = "moon_sharp-interpreter-execution-vm-processor-types"
73))]
74pub mod vm;