blob: 75cc4b8b682079e9ee1adaca6302ec876127b8e8 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<body>
This package is the internal counterpart of the external
<code>org.apache.royale.compiler.definitions</code> package.
<p>
It contains classes that implement the definition interfaces.
After the file scope for a compilation unit has been built,
you should access definitions only through the external interfaces
and never through these internal classes.
The methods in the interfaces are guaranteed to be safe to call
from multiple threads, while the methods in these classes are not.
</p>
<p>
See the <a href="../../package-summary.html#package_description">description</a>
of the <code>org.apache.royale.compiler</code> package for an explanation
of how the compiler code is organized into external and internal packages.
</p>
</body>
</html>