// * MEDIUM_TYPE
// * identifier AND whose only function is to hold comments
// * FIXED_MEDIA_EXPRESSION
for (HiddenTokenAwareTree kid : children) {
if (kid.getType() != LessLexer.IDENT) {
result.addMember(switchOn(kid));
} else {
// we have to copy comments from the AND identifier to surrounding
// elements.
}
}