nucs[i] = SNPNucleotides.pop();
}
SNP snp = new SNP(nucs, "SNP " + (++SNPno)); //$NON-NLS-1$
//and add it to the element on the stack
SequenceElementContainer e = (SequenceElementContainer) elementStack.peek();
e.addToEnd(snp);
inSNP = false;
}
}
else if (current == inDelBeginSymbol) {
elementStack.push(new InDel("InDel " + (++InDelno), "", "InDel " + (++InDelno), acidType)); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$