Package | Description |
---|---|
org.apache.flex.compiler.common |
This package contains miscellaneous classes and interfaces
used by other compiler packages.
|
org.apache.flex.compiler.internal.tree.as |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
Constructor and Description |
---|
RecursionGuard(RecursionGuard other) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClassNode.getMetaTagsByName(String name,
RecursionGuard recursionGuard,
ArrayList<IMetaTagNode> allMatchingAttributes)
Retrieves all of the matching meta attributes associated with this class
or any of its base classes
|
IASScope |
FileNode.getTemporaryEnclosingScope(RecursionGuard scopeGuard)
Retrieve the temporary enclosing scope (which is used to make an included
file look like it's inside the scope where the include statement lives.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.