innerRule instanceof Rule_optPadding ||
innerRule instanceof Rule_listSeparator)
continue;
if(innerRule instanceof Rule_codeLabel) {
Label innerLabel = EntityFactory.createLabel(innerRule.rules.get(1).spelling);
command.addArgument(innerLabel);
} else if(innerRule instanceof Terminal_StringValue) {
if(!cmdDetermined) {
cmdDetermined = true;
command = EntityFactory.createInstruction(innerRule.spelling, null);