| Package | Description |
|---|---|
| org.apache.royale.compiler.scopes | |
| org.apache.royale.compiler.tree.as |
| Modifier and Type | Method and Description |
|---|---|
IScopedNode |
IASScope.getScopeNode()
Gets the scoped node corresponding to this scope.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFileNode
An AST node representing an ActionScript file being compiled.
|
| Modifier and Type | Method and Description |
|---|---|
IScopedNode |
IASNode.getContainingScope()
Gets the containing scope for this node
|
IScopedNode |
IScopedDefinitionNode.getScopedNode()
Returns the scope that is contained with this definition.
|
| Modifier and Type | Method and Description |
|---|---|
IExpressionNode |
IExpressionNode.copyForInitializer(IScopedNode scopeNode)
Return a copy of this IExpressionNode and all it's children that can be used
by VariableDefinition to resolve it's initial value without having to hold onto
the entire syntax tree for a source file.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.