Class FactorySingleIntegerParameterInstructionParser

All Implemented Interfaces:
IInstructionParser
Direct Known Subclasses:
FactorySingleAddressParameterInstructionParser

public class FactorySingleIntegerParameterInstructionParser extends FactorySingleParameterInstructionParser
Parses a named instruction with a single integer parameter by requesting it from a backing factory. The backing factory cannot be modified after construction.

This class is implemented by wrapping the given backing factory with a string based one.

Author:
Erik Zemčík
See Also: