continue;
}
// It must be that unless it is a macro (...) -> not yet handled
if (o instanceof Operation) {
Operation operation = (Operation)o;
int[] buffer = new int[sb.length()];
for (int i = 0;i < buffer.length;i++) {
buffer[i] = sb.codePointAt(i);
}