| 4634 | |
| 4635 | |
| 4636 | SWIGINTERN PyObject *_wrap_Node_next_get(PyObject *self, PyObject *args) { |
| 4637 | PyObject *resultobj = 0; |
| 4638 | mecab_node_t *arg1 = (mecab_node_t *) 0 ; |
| 4639 | void *argp1 = 0 ; |
| 4640 | int res1 = 0 ; |
| 4641 | PyObject *swig_obj[1] ; |
| 4642 | mecab_node_t *result = 0 ; |
| 4643 | |
| 4644 | if (!SWIG_Python_UnpackTuple(args, "Node_next_get", 0, 0, 0)) SWIG_fail; |
| 4645 | res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_mecab_node_t, 0 | 0 ); |
| 4646 | if (!SWIG_IsOK(res1)) { |
| 4647 | SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Node_next_get" "', argument " "1"" of type '" "mecab_node_t *""'"); |
| 4648 | } |
| 4649 | arg1 = reinterpret_cast< mecab_node_t * >(argp1); |
| 4650 | result = (mecab_node_t *) ((arg1)->next); |
| 4651 | resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_mecab_node_t, 0 | 0 ); |
| 4652 | return resultobj; |
| 4653 | fail: |
| 4654 | return NULL; |
| 4655 | } |
| 4656 | |
| 4657 | |
| 4658 | SWIGINTERN PyObject *_wrap_Node_enext_get(PyObject *self, PyObject *args) { |
nothing calls this directly
no outgoing calls
no test coverage detected