496497498499500501502503
@Override public ITargetAttributes getTargetAttributes(final ICompilerProject project) { if (targetAttributes == null && documentNode != null) targetAttributes = new TargetAttributesMap(documentNode.rootAttributes); return targetAttributes; }