Searched refs:parameterIndex (Results 1 – 1 of 1) sorted by relevance
217 int parameterIndex = 0; in getCommandStructure() local218 while (parameterIndex < mapSize) { in getCommandStructure()219 parameterIndex++; in getCommandStructure()220 if (commandParameter.containsKey(parameterIndex)) { in getCommandStructure()221 if (commandParameter.get(parameterIndex) != null) { in getCommandStructure()222 result = result + STAR_SIGN + commandParameter.get(parameterIndex); in getCommandStructure()240 int parameterIndex = 0; in makeCommand() local243 while (parameterIndex < mapSize) { in makeCommand()257 parameterIndex++; in makeCommand()