Modifier and Type | Class and Description |
---|---|
class |
ASBlockWalker
A base implementation of the
IASBlockVisitor that will walk the
ICompilationUnit s AST IASNode hierarchy. |
Modifier and Type | Class and Description |
---|---|
class |
MXMLBlockWalker |
Modifier and Type | Class and Description |
---|---|
class |
MXMLFlexJSBlockWalker |
Constructor and Description |
---|
ASNodeSwitch(IBlockVisitor visitor)
Creates a new node switch using the
ASNodeSwitch.visitor to handle the
IASNode in the current traverse. |
Constructor and Description |
---|
MXMLNodeSwitch(IBlockVisitor visitor) |
Modifier and Type | Interface and Description |
---|---|
interface |
IASBlockVisitor
The
IASBlockVisitor interface allows an IASNodeStrategy to
delegate within it's IASNodeStrategy.handle(IASNode) method to this
API's visitor method. |
interface |
IASBlockWalker |
Modifier and Type | Interface and Description |
---|---|
interface |
IMXMLBlockVisitor |
interface |
IMXMLBlockWalker |
Copyright © 2016 The Apache Software Foundation. All rights reserved.