| Package | Description |
|---|---|
| org.apache.flex.abc.semantics |
This package contains representations of the individual components of an ABC.
|
| org.apache.flex.compiler.internal.as.codegen | |
| org.apache.flex.compiler.internal.semantics |
| Modifier and Type | Method and Description |
|---|---|
Vector<PooledValue> |
MethodInfo.getDefaultValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodInfo.addDefaultValue(PooledValue value)
Add a default parameter value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LexicalScope.addDefaultValue(PooledValue value)
Add a default value to the currently compiling method.
|
InstructionList |
ABCGeneratingReducer.transform_pooled_value(IASNode iNode,
PooledValue pooled_value)
Transform any PooledValue into an expression, so we can constant fold all sorts of expressions.
|
| Modifier and Type | Method and Description |
|---|---|
PooledValue |
MethodBodySemanticChecker.checkInitialValue(IVariableNode iNode,
Binding type,
PooledValue initial_value)
Check the initial value of an
IVariableNode. |
| Modifier and Type | Method and Description |
|---|---|
PooledValue |
MethodBodySemanticChecker.checkInitialValue(IVariableNode iNode,
Binding type,
PooledValue initial_value)
Check the initial value of an
IVariableNode. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.