Package | Description |
---|---|
org.apache.flex.compiler.internal.parsing.as | |
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 |
---|---|
ParameterNode |
ASParser.catchBlockArgument()
Matches the argument in the "try...catch(arg)" statement.
|
ParameterNode |
ASParser.parameter()
Matches a parameter in a function definition.
|
ParameterNode |
ASParser.restParameter()
Matches the "rest parameters" in a function definition.
...args
|
Modifier and Type | Field and Description |
---|---|
protected ParameterNode |
CatchNode.argumentNode
Argument of catch block (caught exception)
|
Constructor and Description |
---|
CatchNode(ParameterNode argumentNode)
Constructor
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.