Interface IInstructionParser

All Known Implementing Classes:
AbstractNamedParametrizedInstructionParser, DelegatingInstructionParser, FactorySingleAddressParameterInstructionParser, FactorySingleIntegerParameterInstructionParser, FactorySingleParameterInstructionParser, SupplierInstructionParser

public interface IInstructionParser
Parses instructions encoded in strings. The encoded instruction is typically a single line of source code. A single instruction parser may not support all types of raw instructions.
Author:
Erik Zemčík
See Also: