Package | Description |
---|---|
org.apache.flex.compiler.internal.parsing.as | |
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. |
Modifier and Type | Method and Description |
---|---|
VariableNode |
ASParser.singleVariable(IASToken keyword,
INamespaceDecorationNode namespace)
Matches a single variable/constant definition.
|
Modifier and Type | Method and Description |
---|---|
void |
MethodBodySemanticChecker.checkClassField(VariableNode var)
Check a class field declaration.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainedVariableNode |
class |
ConfigConstNode
A ConfigConstNode is a conditional compilation const that only exists at
compile time.
|
Modifier and Type | Field and Description |
---|---|
protected VariableNode |
VariableExpressionNode.variableNode
The variable that is contained within this expression
|
Modifier and Type | Method and Description |
---|---|
void |
VariableExpressionNode.setTargetVariable(VariableNode variableNode)
Sets the target variable found within this expression.
|
Constructor and Description |
---|
VariableExpressionNode(VariableNode variableNode)
Constructor.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.