| 4656 | |
| 4657 | |
| 4658 | SWIGINTERN PyObject *_wrap_Node_enext_get(PyObject *self, PyObject *args) { |
| 4659 | PyObject *resultobj = 0; |
| 4660 | mecab_node_t *arg1 = (mecab_node_t *) 0 ; |
| 4661 | void *argp1 = 0 ; |
| 4662 | int res1 = 0 ; |
| 4663 | PyObject *swig_obj[1] ; |
| 4664 | mecab_node_t *result = 0 ; |
| 4665 | |
| 4666 | if (!SWIG_Python_UnpackTuple(args, "Node_enext_get", 0, 0, 0)) SWIG_fail; |
| 4667 | res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_mecab_node_t, 0 | 0 ); |
| 4668 | if (!SWIG_IsOK(res1)) { |
| 4669 | SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Node_enext_get" "', argument " "1"" of type '" "mecab_node_t *""'"); |
| 4670 | } |
| 4671 | arg1 = reinterpret_cast< mecab_node_t * >(argp1); |
| 4672 | result = (mecab_node_t *) ((arg1)->enext); |
| 4673 | resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_mecab_node_t, 0 | 0 ); |
| 4674 | return resultobj; |
| 4675 | fail: |
| 4676 | return NULL; |
| 4677 | } |
| 4678 | |
| 4679 | |
| 4680 | SWIGINTERN PyObject *_wrap_Node_bnext_get(PyObject *self, PyObject *args) { |
nothing calls this directly
no outgoing calls
no test coverage detected