Package | Description |
---|---|
org.apache.flex.compiler.internal.semantics | |
org.apache.flex.compiler.internal.tree.as |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
org.apache.flex.compiler.internal.tree.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.mxml package. |
org.apache.flex.compiler.tree.as | |
org.apache.flex.compiler.tree.mxml |
Modifier and Type | Method and Description |
---|---|
static ClassDefinition |
SemanticUtils.resolveBaseClass(ICommonClassNode classNode,
ClassDefinition classDefinition,
ICompilerProject project,
Collection<ICompilerProblem> problems)
This is similar to the
resolveBaseClass() method of IClassDefinition ,
except it reports problems if the base class doesn't exist,
if it isn't actually a class, or if it is final;
it also returns the class definition for Object in these error cases. |
Modifier and Type | Class and Description |
---|---|
class |
ClassNode
ActionScript parse tree node representing a class definition
|
Modifier and Type | Class and Description |
---|---|
class |
MXMLClassDefinitionNode
MXMLClassDefinitionNode represents an MXML tag which defines a new
class. |
class |
MXMLDocumentNode
MXMLDocumentNode represents the root MXML tag in an MXML document. |
Modifier and Type | Interface and Description |
---|---|
interface |
IClassNode
An AST node representing a
class declaration. |
Modifier and Type | Interface and Description |
---|---|
interface |
IMXMLApplicationNode
This AST node represents the root tag defining an MXML application.
|
interface |
IMXMLClassDefinitionNode
This AST node represents an MXML tag which defines a new class.
|
interface |
IMXMLDocumentNode
This AST node represents the root tag in an MXML document.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.