ParseException.ANALYSIS_ERROR,
"referencing components is currently unsupported",
child.getStartLine(),
child.getStartColumn());
}
type = new ElementType(name, (MibType) getValue(child, 0));
type.setComment(MibAnalyzerUtil.getComments(node));
node.addValue(type);
return node;
}