Uses of Interface
dev.zemco.codegame.compilation.parsing.FactorySingleIntegerParameterInstructionParser.IIntegerInstructionFactory
Package
Description
Components related to parsing of raw instructions.
-
Uses of FactorySingleIntegerParameterInstructionParser.IIntegerInstructionFactory in dev.zemco.codegame.compilation.parsing
Constructors in dev.zemco.codegame.compilation.parsing with parameters of type FactorySingleIntegerParameterInstructionParser.IIntegerInstructionFactoryModifierConstructorDescriptionFactorySingleAddressParameterInstructionParser(String instructionName, FactorySingleIntegerParameterInstructionParser.IIntegerInstructionFactory instructionFactory) Creates an instance ofFactorySingleAddressParameterInstructionParserthat parsesinstructionswith the given name by requesting them from the given backingfactory.FactorySingleIntegerParameterInstructionParser(String instructionName, FactorySingleIntegerParameterInstructionParser.IIntegerInstructionFactory instructionFactory) Creates an instance ofFactorySingleIntegerParameterInstructionParserthat parsesinstructionswith the given name by requesting them from the given backingfactory.