Package | Description |
---|---|
org.apache.flex.compiler.internal.as.codegen |
Modifier and Type | Method and Description |
---|---|
static LexicalScope.VariableMutability |
LexicalScope.VariableMutability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LexicalScope.VariableMutability[] |
LexicalScope.VariableMutability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LexicalScope.makeVariable(Binding var,
Name var_type,
IMetaInfo[] meta_tags,
Object initializer,
LexicalScope.VariableMutability mutability)
Create a variable with potential visibility
to nested scopes.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.