Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
ChainedVariableNode |
class |
ConfigConstNode
A ConfigConstNode is a conditional compilation const that only exists at
compile time.
|
class |
ParameterNode
ActionScript parse tree node representing one argument (e.g. str:String) in a
function definition
|
class |
VariableNode
ActionScript parse tree node representing a variable definition (e.g. var
str:String)
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.