package SPVM::Native::Field; 1; =head1 Name SPVM::Native::Field - Information of Fields =head1 Description The Native::Field class of L has methods to manipulate information of fields. =head1 Usage use Native::Field; =head1 Instance Methods =head2 get_index C Gets the index. If a memory error occurs, an exception is thrown. =head2 get_name C Gets the name. If a memory error occurs, an exception is thrown. =head2 get_basic_type C ();> Gets L object. If a memory error occurs, an exception is thrown. =head2 get_type_dimension C Gets the type dimension. If a memory error occurs, an exception is thrown. =head2 get_type_flag C Gets the type flag. If a memory error occurs, an exception is thrown. =head2 get_current_basic_type C ();> Gets the current L object that defines this field. If a memory error occurs, an exception is thrown. =head1 Copyright & License Copyright (c) 2023 Yuki Kimoto MIT License