@@ -124,16 +124,16 @@ public void shift_native(ThreadContext tc) {
124
124
public void splice (ThreadContext tc , SixModelObject from , long offset , long count ) {
125
125
throw ExceptionHandling .dieInternal (tc , this .st .REPR .name + " representation does not implement splice" );
126
126
}
127
- public void at_pos_boxed_multidim (ThreadContext tc , long [] indices ) {
127
+ public SixModelObject at_pos_multidim_boxed (ThreadContext tc , long [] indices ) {
128
128
throw ExceptionHandling .dieInternal (tc , this .st .REPR .name + " representation does not implement at_pos_boxed_multidim" );
129
129
}
130
130
public void at_pos_multidim_native (ThreadContext tc , long [] indices ) {
131
131
throw ExceptionHandling .dieInternal (tc , this .st .REPR .name + " representation does not implement at_pos_multidim_native" );
132
132
}
133
- public void bind_pos_boxed_multidim (ThreadContext tc , long [] indices , SixModelObject value ) {
133
+ public void bind_pos_multidim_boxed (ThreadContext tc , long [] indices , SixModelObject value ) {
134
134
throw ExceptionHandling .dieInternal (tc , this .st .REPR .name + " representation does not implement bind_pos_boxed_multidim" );
135
135
}
136
- public void bind_pos_native_multidim (ThreadContext tc , long [] indices ) {
136
+ public void bind_pos_multidim_native (ThreadContext tc , long [] indices ) {
137
137
throw ExceptionHandling .dieInternal (tc , this .st .REPR .name + " representation does not implement bind_pos_native_multidim" );
138
138
}
139
139
public long [] dimensions (ThreadContext tc ) {
0 commit comments