C# Class Microsoft.Fast.AST.GenCodeQueryDef

Inheritance: QueryDef
Mostra file Open project: AutomataDotNet/Automata

Public Properties

Property Type Description
language PLang

Public Methods

Method Description
GenCodeQueryDef ( FastToken op ) : System
PrettyPrint ( StringBuilder sb ) : void

Private Methods

Method Description
Typecheck ( FastPgm pgm ) : void

Method Details

GenCodeQueryDef() public method

public GenCodeQueryDef ( FastToken op ) : System
op FastToken
return System

PrettyPrint() public method

public PrettyPrint ( StringBuilder sb ) : void
sb StringBuilder
return void

Property Details

language public_oe property

public PLang language
return PLang