#include "ov-java.h"
Public Member Functions | |
octave_java () | |
Ctor. | |
octave_java (const octave_java &jobj) | |
octave_java (const voidptr &obj, void *cls=nullptr) | |
~octave_java () | |
std::string | class_name () const |
octave_base_value * | clone () const |
octave_value | convert_to_str_internal (bool pad, bool force, char type) const |
dim_vector | dims () const |
octave_value | do_java_get (const std::string &name) |
octave_value | do_java_get (void *jni_env, const std::string &name) |
octave_value | do_java_set (const std::string &name, const octave_value &val) |
octave_value | do_java_set (void *jni_env, const std::string &name, const octave_value &val) |
octave_value | do_javaMethod (const std::string &name, const octave_value_list &args) |
octave_value | do_javaMethod (void *jni_env, const std::string &name, const octave_value_list &args) |
octave_base_value * | empty_clone () const |
bool | is_constant () const |
bool | is_defined () const |
bool | is_instance_of (const std::string &) const |
bool | is_java_string () const |
bool | isjava () const |
bool | isstruct () const |
std::string | java_class_name () const |
bool | load_ascii (std::istream &is) |
bool | load_binary (std::istream &is, bool swap, octave::mach_info::float_format fmt) |
bool | load_hdf5 (octave_hdf5_id loc_id, const char *name) |
string_vector | map_keys () const |
void | print (std::ostream &os, bool pr_as_read_syntax=false) |
void | print_raw (std::ostream &os, bool pr_as_read_syntax=false) const |
bool | save_ascii (std::ostream &os) |
bool | save_binary (std::ostream &os, bool save_as_floats) |
bool | save_hdf5 (octave_hdf5_id loc_id, const char *name, bool save_as_floats) |
octave_value | subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs) |
virtual octave_value | subsref (const std::string &type, const std::list< octave_value_list > &idx) |
octave_value | subsref (const std::string &type, const std::list< octave_value_list > &idx) |
virtual octave_value | subsref (const std::string &type, const std::list< octave_value_list > &idx, bool auto_add) |
virtual octave_value_list | subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout) |
octave_value_list | subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout) |
void * | to_class () const |
void * | to_java () const |
int | type_id () const |
std::string | type_name () const |
![]() | |
octave_base_value () | |
octave_base_value (const octave_base_value &) | |
virtual | ~octave_base_value ()=default |
virtual octave_value | all (int=0) const |
virtual octave_value | any (int=0) const |
virtual NDArray | array_value (bool=false) const |
virtual octave_value | as_double () const |
virtual octave_value | as_double_or_copy () |
virtual octave_value | as_int16 () const |
virtual octave_value | as_int32 () const |
virtual octave_value | as_int64 () const |
virtual octave_value | as_int8 () const |
virtual mxArray * | as_mxArray (bool interleaved) const |
virtual octave_value | as_single () const |
virtual octave_value | as_uint16 () const |
virtual octave_value | as_uint32 () const |
virtual octave_value | as_uint64 () const |
virtual octave_value | as_uint8 () const |
virtual void | assign (const std::string &, const octave_value &) |
virtual boolNDArray | bool_array_value (bool=false) const |
virtual boolMatrix | bool_matrix_value (bool=false) const |
virtual bool | bool_value (bool=false) const |
virtual void | break_closure_cycles (const std::shared_ptr< octave::stack_frame > &) |
virtual builtin_type_t | builtin_type () const |
virtual std::size_t | byte_size () const |
virtual void | call_object_destructor () |
virtual Cell | cell_value () const |
virtual Array< std::string > | cellstr_value () const |
virtual charNDArray | char_array_value (bool=false) const |
virtual charMatrix | char_matrix_value (bool force=false) const |
virtual octave_classdef * | classdef_object_value (bool silent=false) |
octave_idx_type | columns () const |
virtual ComplexNDArray | complex_array_value (bool=false) const |
virtual ComplexDiagMatrix | complex_diag_matrix_value (bool=false) const |
virtual ComplexMatrix | complex_matrix_value (bool=false) const |
virtual Complex | complex_value (bool=false) const |
virtual void | convert_to_row_or_column_vector () |
virtual octave_value | convert_to_str (bool pad=false, bool force=false, char type='\'') const |
virtual octave_value | diag (octave_idx_type k=0) const |
virtual octave_value | diag (octave_idx_type m, octave_idx_type n) const |
virtual DiagMatrix | diag_matrix_value (bool=false) const |
virtual octave_value | do_index_op (const octave_value_list &idx, bool resize_ok=false) |
virtual double | double_value (bool=false) const |
virtual octave_value | dump () const |
virtual std::string | edit_display (const float_display_format &, octave_idx_type, octave_idx_type) const |
virtual void | erase_subfunctions () |
virtual octave_value | fast_elem_extract (octave_idx_type n) const |
virtual bool | fast_elem_insert (octave_idx_type n, const octave_value &x) |
virtual bool | fast_elem_insert_self (void *where, builtin_type_t btyp) const |
virtual octave_fcn_handle * | fcn_handle_value (bool silent=false) |
virtual octave_base_value * | find_parent_class (const std::string &) |
virtual FloatNDArray | float_array_value (bool=false) const |
virtual FloatComplexNDArray | float_complex_array_value (bool=false) const |
virtual FloatComplexDiagMatrix | float_complex_diag_matrix_value (bool=false) const |
virtual FloatComplexMatrix | float_complex_matrix_value (bool=false) const |
virtual FloatComplex | float_complex_value (bool=false) const |
virtual FloatDiagMatrix | float_diag_matrix_value (bool=false) const |
virtual FloatMatrix | float_matrix_value (bool=false) const |
virtual float | float_scalar_value (bool frc_str_conv=false) const |
virtual float | float_value (bool=false) const |
virtual octave_value | full_value () const |
virtual octave_function * | function_value (bool silent=false) |
virtual octave_function * | get_cached_fcn (const octave_value_list &) |
virtual octave_function * | get_cached_fcn (void *, void *) |
virtual float_display_format | get_edit_display_format () const |
virtual bool | has_function_cache () const |
virtual octave::idx_vector | index_vector (bool require_integers=false) const |
virtual int16NDArray | int16_array_value () const |
virtual octave_int16 | int16_scalar_value () const |
virtual int32NDArray | int32_array_value () const |
virtual octave_int32 | int32_scalar_value () const |
virtual int64NDArray | int64_array_value () const |
virtual octave_int64 | int64_scalar_value () const |
virtual int64_t | int64_value (bool=false, bool=false) const |
virtual int8NDArray | int8_array_value () const |
virtual octave_int8 | int8_scalar_value () const |
virtual int | int_value (bool=false, bool=false) const |
virtual bool | is_all_va_args () const |
virtual bool | is_anonymous_function () const |
virtual bool | is_bool_matrix () const |
virtual bool | is_bool_scalar () const |
virtual bool | is_builtin_function () const |
virtual bool | is_char_matrix () const |
virtual bool | is_classdef_meta () const |
virtual bool | is_classdef_object () const |
virtual bool | is_classdef_superclass_ref () const |
virtual bool | is_complex_matrix () const |
virtual bool | is_complex_scalar () const |
virtual bool | is_cs_list () const |
virtual bool | is_diag_matrix () const |
virtual bool | is_dld_function () const |
virtual bool | is_double_type () const |
virtual bool | is_full_num_matrix () const |
virtual bool | is_function () const |
virtual bool | is_function_cache () const |
virtual bool | is_function_handle () const |
virtual bool | is_inline_function () const |
virtual bool | is_int16_type () const |
virtual bool | is_int32_type () const |
virtual bool | is_int64_type () const |
virtual bool | is_int8_type () const |
virtual bool | is_legacy_object () const |
virtual bool | is_magic_colon () const |
virtual bool | is_magic_int () const |
virtual bool | is_matrix_type () const |
virtual bool | is_maybe_function () const |
virtual bool | is_mex_function () const |
virtual bool | is_package () const |
virtual bool | is_perm_matrix () const |
virtual bool | is_range () const |
virtual bool | is_real_matrix () const |
virtual bool | is_real_scalar () const |
virtual bool | is_scalar_type () const |
virtual bool | is_single_type () const |
virtual sortmode | is_sorted_rows (sortmode mode=UNSORTED) const |
virtual bool | is_sq_string () const |
virtual bool | is_storable () const |
virtual bool | is_string () const |
virtual bool | is_true () const |
virtual bool | is_uint16_type () const |
virtual bool | is_uint32_type () const |
virtual bool | is_uint64_type () const |
virtual bool | is_uint8_type () const |
virtual bool | is_user_code () const |
virtual bool | is_user_function () const |
virtual bool | is_user_script () const |
bool | is_zero_by_zero () const |
virtual bool | iscell () const |
virtual bool | iscellstr () const |
virtual bool | iscomplex () const |
bool | isempty () const |
virtual bool | isfield (const std::string &) const |
virtual bool | isfloat () const |
virtual bool | isinteger () const |
virtual bool | islocked () const |
virtual bool | islogical () const |
virtual bool | isnull () const |
virtual bool | isnumeric () const |
virtual bool | isobject () const |
virtual bool | isreal () const |
virtual sortmode | issorted (sortmode mode=UNSORTED) const |
virtual bool | issparse () const |
virtual octave_value_list | list_value () const |
virtual void | lock () |
virtual long int | long_value (bool=false, bool=false) const |
virtual octave_base_value * | make_storable_value () |
virtual octave_value | map (unary_mapper_t) const |
virtual octave_map | map_value () const |
virtual MatrixType | matrix_type () const |
virtual MatrixType | matrix_type (const MatrixType &typ) const |
virtual Matrix | matrix_value (bool=false) const |
virtual void | maybe_call_dtor () |
virtual void | maybe_economize () |
virtual const void * | mex_get_data () const |
virtual const octave_idx_type * | mex_get_ir () const |
virtual const octave_idx_type * | mex_get_jc () const |
virtual int | ndims () const |
virtual octave_idx_type | nfields () const |
virtual int | nint_value (bool=false) const |
virtual octave_idx_type | nnz () const |
virtual std::size_t | nparents () const |
virtual octave_idx_type | numel () const |
virtual type_conv_info | numeric_conversion_function () const |
virtual type_conv_info | numeric_demotion_function () const |
virtual octave_idx_type | nzmax () const |
virtual std::list< std::string > | parent_class_name_list () const |
virtual string_vector | parent_class_names () const |
virtual PermMatrix | perm_matrix_value () const |
virtual octave_value | permute (const Array< int > &vec, bool=false) const |
virtual bool | print_as_scalar () const |
virtual void | print_info (std::ostream &os, const std::string &prefix) const |
virtual bool | print_name_tag (std::ostream &os, const std::string &name) const |
virtual void | print_with_name (std::ostream &output_buf, const std::string &name, bool print_padding=true) |
virtual octave::range< double > | range_value () const |
virtual octave_value | reshape (const dim_vector &) const |
virtual octave_value | resize (const dim_vector &, bool fill=false) const |
octave_idx_type | rows () const |
virtual octave_scalar_map | scalar_map_value () const |
virtual double | scalar_value (bool frc_str_conv=false) const |
virtual void | short_disp (std::ostream &os) const |
virtual short int | short_value (bool=false, bool=false) const |
virtual octave_value | simple_subsasgn (char type, octave_value_list &idx, const octave_value &rhs) |
virtual octave_value_list | simple_subsref (char type, octave_value_list &idx, int nargout) |
virtual Matrix | size () |
virtual octave_value | sort (Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) const |
virtual octave_value | sort (octave_idx_type dim=0, sortmode mode=ASCENDING) const |
virtual Array< octave_idx_type > | sort_rows_idx (sortmode mode=ASCENDING) const |
virtual SparseBoolMatrix | sparse_bool_matrix_value (bool=false) const |
virtual SparseComplexMatrix | sparse_complex_matrix_value (bool=false) const |
virtual SparseMatrix | sparse_matrix_value (bool=false) const |
virtual octave_value | squeeze () const |
virtual octave_value | storable_value () |
virtual std::string | string_value (bool force=false) const |
virtual string_vector | string_vector_value (bool pad=false) const |
virtual octave_base_value * | try_narrowing_conversion () |
virtual uint16NDArray | uint16_array_value () const |
virtual octave_uint16 | uint16_scalar_value () const |
virtual uint32NDArray | uint32_array_value () const |
virtual octave_uint32 | uint32_scalar_value () const |
virtual uint64NDArray | uint64_array_value () const |
virtual octave_uint64 | uint64_scalar_value () const |
virtual uint64_t | uint64_value (bool=false, bool=false) const |
virtual uint8NDArray | uint8_array_value () const |
virtual octave_uint8 | uint8_scalar_value () const |
virtual unsigned int | uint_value (bool=false, bool=false) const |
virtual unsigned long int | ulong_value (bool=false, bool=false) const |
virtual octave_value | undef_subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs) |
virtual octave_base_value * | unique_clone () |
virtual octave_base_value * | unique_parent_class (const std::string &) |
virtual void | unlock () |
virtual octave_user_code * | user_code_value (bool silent=false) |
virtual octave_user_function * | user_function_value (bool silent=false) |
virtual octave_user_script * | user_script_value (bool silent=false) |
virtual unsigned short int | ushort_value (bool=false, bool=false) const |
virtual int | write (octave::stream &os, int block_size, oct_data_conv::data_type output_type, int skip, octave::mach_info::float_format flt_fmt) const |
virtual octave_idx_type | xnumel (const octave_value_list &) |
virtual std::string | xstring_value () const |
Static Public Member Functions | |
static octave_value | do_java_get (const std::string &class_name, const std::string &name) |
static octave_value | do_java_get (void *jni_env, const std::string &class_name, const std::string &name) |
static octave_value | do_java_set (const std::string &class_name, const std::string &name, const octave_value &val) |
static octave_value | do_java_set (void *jni_env, const std::string &class_name, const std::string &name, const octave_value &val) |
static octave_value | do_javaMethod (const std::string &class_name, const std::string &name, const octave_value_list &args) |
static octave_value | do_javaMethod (void *jni_env, const std::string &class_name, const std::string &name, const octave_value_list &args) |
static octave_value | do_javaObject (const std::string &name, const octave_value_list &args) |
static octave_value | do_javaObject (void *jni_env, const std::string &name, const octave_value_list &args) |
static void | register_type (octave::type_info &) |
static std::string | static_class_name () |
static int | static_type_id () |
static std::string | static_type_name () |
![]() | |
static void | register_type () |
static void | register_type (octave::type_info &) |
static std::string | static_class_name () |
static int | static_type_id () |
static std::string | static_type_name () |
octave_java::octave_java | ( | ) |
octave_java::octave_java | ( | const voidptr & | obj, |
void * | cls = nullptr |
||
) |
Definition at line 2142 of file ov-java.cc.
References err_disabled_feature().
|
inline |
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 185 of file ov-java.h.
Referenced by do_java_get(), do_java_get(), do_java_set(), do_java_set(), do_javaMethod(), and do_javaMethod().
|
inlinevirtual |
Reimplemented from octave_base_value.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 2378 of file ov-java.cc.
References octave_base_value::octave_value, to_java(), and TO_JOBJECT.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 2179 of file ov-java.cc.
References TO_JOBJECT.
|
static |
Definition at line 2808 of file ov-java.cc.
References class_name(), and do_java_get().
octave_value octave_java::do_java_get | ( | const std::string & | name | ) |
Definition at line 2741 of file ov-java.cc.
References do_java_get().
|
static |
Definition at line 2760 of file ov-java.cc.
References class_name(), octave_set_default_fpucw(), and TO_JNIENV.
octave_value octave_java::do_java_get | ( | void * | jni_env, |
const std::string & | name | ||
) |
Definition at line 2695 of file ov-java.cc.
References octave_set_default_fpucw(), to_java(), and TO_JNIENV.
Referenced by do_java_get(), do_java_get(), and F__java_get__().
|
static |
Definition at line 2947 of file ov-java.cc.
References class_name(), and do_java_set().
octave_value octave_java::do_java_set | ( | const std::string & | name, |
const octave_value & | val | ||
) |
Definition at line 2876 of file ov-java.cc.
References do_java_set().
|
static |
Definition at line 2896 of file ov-java.cc.
References class_name(), octave_set_default_fpucw(), and TO_JNIENV.
octave_value octave_java::do_java_set | ( | void * | jni_env, |
const std::string & | name, | ||
const octave_value & | val | ||
) |
Definition at line 2829 of file ov-java.cc.
References octave_set_default_fpucw(), to_java(), and TO_JNIENV.
Referenced by do_java_set(), do_java_set(), and F__java_set__().
|
static |
Definition at line 2595 of file ov-java.cc.
References class_name(), and do_javaMethod().
octave_value octave_java::do_javaMethod | ( | const std::string & | name, |
const octave_value_list & | args | ||
) |
Definition at line 2514 of file ov-java.cc.
References do_javaMethod().
|
static |
Definition at line 2535 of file ov-java.cc.
References class_name(), octave_set_default_fpucw(), and TO_JNIENV.
octave_value octave_java::do_javaMethod | ( | void * | jni_env, |
const std::string & | name, | ||
const octave_value_list & | args | ||
) |
Definition at line 2467 of file ov-java.cc.
References octave_set_default_fpucw(), to_java(), and TO_JNIENV.
Referenced by do_javaMethod(), do_javaMethod(), and FjavaMethod().
|
static |
Definition at line 2674 of file ov-java.cc.
References do_javaObject().
|
static |
Definition at line 2618 of file ov-java.cc.
References octave_set_default_fpucw(), octave_base_value::octave_value, and TO_JNIENV.
Referenced by do_javaObject(), and FjavaObject().
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 943 of file ov-java.cc.
References TO_JOBJECT.
bool octave_java::is_java_string | ( | ) | const |
Definition at line 918 of file ov-java.cc.
References TO_JOBJECT.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 2428 of file ov-java.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 2443 of file ov-java.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 2460 of file ov-java.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 2356 of file ov-java.cc.
References to_java().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 2404 of file ov-java.cc.
References octave_base_value::newline(), and print_raw().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 2411 of file ov-java.cc.
Referenced by print().
|
static |
Definition at line 2164 of file ov-java.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 2420 of file ov-java.cc.
References warning().
Reimplemented from octave_base_value.
Definition at line 2435 of file ov-java.cc.
References warning().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 2451 of file ov-java.cc.
References warning().
|
inlinestatic |
|
inlinestatic |
|
virtual |
Reimplemented from octave_base_value.
Definition at line 2266 of file ov-java.cc.
References error(), octave_base_value::m_count, octave_base_value::octave_value, ovl(), subsref(), to_java(), and TO_JOBJECT.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 344 of file ov-base.cc.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 108 of file ov-java.h.
References octave_value_list::length().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 353 of file ov-base.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 348 of file ov-base.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 2201 of file ov-java.cc.
References octave_value_list::append(), error(), octave_base_value::m_count, octave_base_value::octave_value, ovl(), to_java(), and TO_JOBJECT.
Referenced by subsasgn().
|
inline |
Definition at line 58 of file ov-java.h.
Referenced by convert_to_str_internal(), do_java_get(), do_java_set(), do_javaMethod(), F__java2mat__(), map_keys(), subsasgn(), and subsref().
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.