if (section instanceof LineSeparator) {
if (section.nextIs(WhiteSpace.class, Symbol.class)) {
Symbol symbolSection = (Symbol) Section
.getNextIs__staticData(1);
// Replace SYMBOL with INSTRUCTION.
Section instructionSection = new Instruction();
instructionSection.copyPosition(symbolSection);
instructionSection.setNextSection(symbolSection
.getNextSection());
nextSection.setNextSection(instructionSection);
// Jump.
nextSection = symbolSection.getNextSection();