Manpage logo

SPVM::Native::Stack - Call Native::Stack

Name  Description  Usage  Pointer  Fields  env  Instance Methods  DESTROY  See Also  Copyright & License 

Name

SPVM::Native::Stack − Call Native::Stack

Description

"SPVM::Native::Stack" is "Native::Stack" class in SPVM language.

The instance is a call stack. It has information of the call stack.

An instance of "Native::Stack" class is build by Native::Env#new_stack.

Usage

use Native::Stack;
my $stack = $env−>new_stack;

Pointer

The "Native::Stack" class is a pointer class.

Its insntace has a pointer to an object of SPVM_VALUE type.

Fields

env

has env : ro Native::Env;

An executable environemnt. The field type is Native::Env class.

Instance Methods

DESTROY

"method DESTROY : void ();"

The destructor.

See Also

Native::Env

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License


Updated 2026-06-01 - jenkler.se | uex.se