| Package | Description |
|---|---|
| org.apache.royale.compiler.tree.as |
| 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.
|
IExpressionNode |
IVariableNode.getAssignedValueNode() |
IExpressionNode |
IImportNode.getImportNameNode()
Returns the expression underlying this import node
|
IExpressionNode |
IDefinitionNode.getNameExpressionNode()
Gets the expression that represents the name of this
IDefinitionNode |
IExpressionNode |
INamespaceNode.getNamespaceURINode()
Return the initializer for this namespace decl
|
IExpressionNode |
IFunctionNode.getReturnTypeNode()
Returns the
IExpressionNode that corresponds to the return type
node of this IFunctionNode |
IExpressionNode |
IVariableNode.getVariableTypeNode()
Returns the
IExpressionNode that corresponds to the type node of
this IVariableNode |
Copyright © 2023 The Apache Software Foundation. All rights reserved.