Class SupplierInstructionParser

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

public class SupplierInstructionParser extends AbstractNamedParametrizedInstructionParser
Parses a named instruction without parameters by requesting it from supplier. The supplier cannot be modified after construction.
Author:
Erik Zemčík
See Also: