Searched refs:parameterIndex (Results 1 – 1 of 1) sorted by relevance
216 int parameterIndex = 0; in getCommandStructure() local217 while (parameterIndex < mapSize) { in getCommandStructure()218 parameterIndex++; in getCommandStructure()219 if (commandParameter.containsKey(parameterIndex)) { in getCommandStructure()220 if (commandParameter.get(parameterIndex) != null) { in getCommandStructure()221 result = result + STAR_SIGN + commandParameter.get(parameterIndex); in getCommandStructure()239 int parameterIndex = 0; in makeCommand() local242 while (parameterIndex < mapSize) { in makeCommand()256 parameterIndex++; in makeCommand()