The range of the function declaration
()
| 108 | * The range of the function declaration |
| 109 | **/ |
| 110 | @SuppressWarnings("unchecked") |
| 111 | public R getRange() |
| 112 | { |
| 113 | return (R) Sort.create(getContext(), |
| 114 | Native.getRange(getContext().nCtx(), getNativeObject())); |
| 115 | } |
| 116 | |
| 117 | /** |
| 118 | * The kind of the function declaration. |
no test coverage detected