Package | Description |
---|---|
org.apache.flex.compiler.internal.definitions |
This package is the internal counterpart of the external
org.apache.flex.compiler.definitions package. |
org.apache.flex.compiler.internal.tree.as |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
Modifier and Type | Method and Description |
---|---|
InterfaceDefinition |
ClassDefinitionBase.resolveImplementedInterface(ICompilerProject project,
int i)
Resolve one of the implemented interfaces.
|
InterfaceDefinition[] |
ClassDefinitionBase.resolveImplementedInterfaces(ICompilerProject project,
Collection<ICompilerProblem> problems)
Version of resolveImplementedInterfaces that will log Problems associated
with resolving the implemented interfaces This will not log any problems
if null is passed in for the problem collection.
|
InterfaceDefinition[] |
ClassDefinitionBase.resolveImplementedInterfaces(ICompilerProject project,
Collection<ICompilerProblem> problems,
boolean includeImplicits)
Version of resolveImplementedInterfaces that will log Problems associated
with resolving the implemented interfaces This will not log any problems
if null is passed in for the problem collection.
|
Modifier and Type | Method and Description |
---|---|
static INamespaceDefinition.IInterfaceNamespaceDefinition |
NamespaceDefinition.createInterfaceNamespaceDefinition(InterfaceDefinition owningInterface)
Create a new interface namespace definition for an interface
|
Modifier and Type | Method and Description |
---|---|
InterfaceDefinition |
InterfaceNode.getDefinition() |
Copyright © 2016 The Apache Software Foundation. All rights reserved.