| 4678 | |
| 4679 | |
| 4680 | SWIGINTERN PyObject *_wrap_Node_bnext_get(PyObject *self, PyObject *args) { |
| 4681 | PyObject *resultobj = 0; |
| 4682 | mecab_node_t *arg1 = (mecab_node_t *) 0 ; |
| 4683 | void *argp1 = 0 ; |
| 4684 | int res1 = 0 ; |
| 4685 | PyObject *swig_obj[1] ; |
| 4686 | mecab_node_t *result = 0 ; |
| 4687 | |
| 4688 | if (!SWIG_Python_UnpackTuple(args, "Node_bnext_get", 0, 0, 0)) SWIG_fail; |
| 4689 | res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_mecab_node_t, 0 | 0 ); |
| 4690 | if (!SWIG_IsOK(res1)) { |
| 4691 | SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Node_bnext_get" "', argument " "1"" of type '" "mecab_node_t *""'"); |
| 4692 | } |
| 4693 | arg1 = reinterpret_cast< mecab_node_t * >(argp1); |
| 4694 | result = (mecab_node_t *) ((arg1)->bnext); |
| 4695 | resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_mecab_node_t, 0 | 0 ); |
| 4696 | return resultobj; |
| 4697 | fail: |
| 4698 | return NULL; |
| 4699 | } |
| 4700 | |
| 4701 | |
| 4702 | SWIGINTERN PyObject *_wrap_Node_rpath_get(PyObject *self, PyObject *args) { |
nothing calls this directly
no outgoing calls
no test coverage detected