hasmer
Static Public Member Functions | List of all members
Hasmer.Decompiler.Analysis.StaticAnalyzer Class Reference

The base class for performing static analysis on a decmopiled AST. This allows for optimizing the AST to make it as readable as possible. More...

Static Public Member Functions

static void OptimizeFunction (FunctionDeclaration func, DecompilerOptions options)
 Optimizes the declaration and body of a fuction. More...
 

Detailed Description

The base class for performing static analysis on a decmopiled AST. This allows for optimizing the AST to make it as readable as possible.

Member Function Documentation

◆ OptimizeFunction()

static void Hasmer.Decompiler.Analysis.StaticAnalyzer.OptimizeFunction ( FunctionDeclaration  func,
DecompilerOptions  options 
)
inlinestatic

Optimizes the declaration and body of a fuction.


The documentation for this class was generated from the following file: