SwfDotNet.IO.ByteCode CodeTraverser in C# (CSharp): 4 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per SwfDotNet.IO.ByteCode.CodeTraverser, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
The CodeTraverser provides a simple functionality for traversing Action lists by stepping through action lists and following branches. In opposite to SwfDotNet.IO.ByteCode.CodeWalker each index is only visited once. Action objects are handled by the IActionExaminer that is passed to the Traverse method. CodeTraverser provides a unified base functionality for code-flow analysis.