| Package | Description |
|---|---|
| org.apache.royale.compiler.definitions | |
| org.apache.royale.compiler.tree.as |
| Modifier and Type | Method and Description |
|---|---|
IFunctionDefinition.FunctionClassification |
IFunctionDefinition.getFunctionClassification()
Get the classification for this function (local, argument, class member,
etc)
|
static IFunctionDefinition.FunctionClassification |
IFunctionDefinition.FunctionClassification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IFunctionDefinition.FunctionClassification[] |
IFunctionDefinition.FunctionClassification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IFunctionDefinition.FunctionClassification |
IFunctionNode.getFunctionClassification()
Get the classification for this function (local, argument, class member,
etc)
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.