public interface IBlockWalker
Modifier and Type | Method and Description |
---|---|
ICompilerProject |
getProject()
Returns the current
ICompilerProject for the traverse state. |
void |
walk(IASNode node)
Traverses an
IASNode based on the semantics of the known node. |
ICompilerProject getProject()
ICompilerProject
for the traverse state.void walk(IASNode node)
IASNode
based on the semantics of the known node.
Typically uses the IASNodeStrategy.handle(IASNode)
to delegate
how the node will be traversed.
node
- The IASNode
to traverse using the current strategyCopyright © 2016 The Apache Software Foundation. All rights reserved.