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.semantics |
Modifier and Type | Class and Description |
---|---|
class |
ConstantDefinition |
class |
ParameterDefinition
Each instance of this class represents the definition of an ActionScript
function parameter in the symbol table.
|
Modifier and Type | Method and Description |
---|---|
VariableDefinition |
ClassDefinition.buildOuterDocumentMember(IReference outerClass) |
Modifier and Type | Method and Description |
---|---|
void |
MethodBodySemanticChecker.checkVariableForConflictingDefinitions(IASNode iNode,
VariableDefinition varDef)
Check for other definitions that might conflict with the variable passed in.
|
static boolean |
SemanticUtils.isNestedClassProperty(IASNode iNode,
VariableDefinition def)
Is this node declaring a property in a class, but also nested inside
another statement.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.