Name
SPVM::Native::Arg - Information of Arguments
Description
The Native::Arg class of SPVM has methods to manipulate information of arguments.
Usage
use Native::Arg;
Instance Methods
get_index
method get_index : int ();
Gets the index.
If a memory error occurs, an exception is thrown.
get_basic_type
method get_basic_type : Native::BasicType ();
Gets the Native::BasicType object.
If a memory error occurs, an exception is thrown.
get_type_dimension
method get_type_dimension : int ();
Gets the type dimension.
If a memory error occurs, an exception is thrown.
get_type_flag
method get_type_flag : int ();
Gets the type flag.
If a memory error occurs, an exception is thrown.
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License