Interface IOptimiser
Namespace: AVM.ClientGenerator.Optimisers
Assembly: Algorand.dll
Syntax
public interface IOptimiser
Methods
| Edit this page View SourceChildScopeEntered()
Declaration
void ChildScopeEntered()
ChildScopeExited()
Declaration
void ChildScopeExited()
LineAdded(IEnumerable<CompiledLine>, ICompilerMemento)
Declaration
void LineAdded(IEnumerable<CompiledLine> codeBlockLines, ICompilerMemento compiler)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<CompiledLine> | codeBlockLines | |
| ICompilerMemento | compiler |