SPVM::Native::Env − Runtime Environment
The Native::Env class in SPVM represents an runtime environment.
use Native::Env;
my $env = $runtime−>new_env;
my $stack = $env−>new_stack;
This class is a pointer class.
Its insntace has the pointer to an object of SPVM_ENV type.
"has runtime : ro Native::Runtime;"
The runtime for this runtime environment.
"method DESTROY : void ();"
The destructor.
"method new_stack : Native::Stack ();"
Builds a call stack and returns it.
The return type is Native::Stack class.
|
• |
Native::Runtime |
|||
|
• |
Native::Stack |
Copyright (c) 2023 Yuki Kimoto
MIT License