/* */ {
/* 81 */ if (node.getAttributes().size() > 0)
/* */ {
/* 83 */ for (int i = 0; i < node.getAttributes().size(); i++)
/* */ {
/* 85 */ ASTAttribute attr = (ASTAttribute)node.getAttributes().get(i);
/* 86 */ if (!Util.matchModifiers(attr, this.conModifiers)) return Boolean.FALSE;
/* */ }
/* */ }
/* */
/* 90 */ if (this.ctCon != null)