Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 2.52 KB

b24ea494-df13-8d6e-4502-3249b273744f.md

File metadata and controls

61 lines (44 loc) · 2.52 KB

BlastTransform Class

Transform higher level constructs into their simpler constituents, [while, for, switch] into ifthen sequences

Inheritance Hierarchy

System.Object
  NSS.Blast.Compiler.Stage.BlastTransform
Namespace: NSS.Blast.Compiler.Stage
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

C#

public class BlastTransform : IBlastCompilerStage

VB

Public Class BlastTransform
	Implements IBlastCompilerStage

C++

public ref class BlastTransform : IBlastCompilerStage

F#

type BlastTransform =  
    class
        interface IBlastCompilerStage
    end

The BlastTransform type exposes the following members.

Constructors

 

NameDescription
Public methodBlastTransform Initializes a new instance of the BlastTransform class
  Back to Top

Properties

 

NameDescription
Public propertyStageType transform stage
Public propertyVersion current version
  Back to Top

Methods

 

NameDescription
Public methodStatic memberClassifyIndexer classify the indexers on a node
Public methodExecute execute the transform stage: - merge compounds - transform for loops => while - transform switch => ifthen - transfrom inlined functions - transform indexers
  Back to Top

See Also

Reference

NSS.Blast.Compiler.Stage Namespace