Class DelegatingInstructionParser

java.lang.Object
dev.zemco.codegame.compilation.parsing.DelegatingInstructionParser
All Implemented Interfaces:
IInstructionParser

public class DelegatingInstructionParser extends Object implements IInstructionParser
Implementation of an instruction parser that delegates parsing to other provided parsers. The first successfully parsed instruction is used as an output. The used parsers cannot be changed after construction.
Author:
Erik Zemčík