C# Class Microsoft.Fast.AST.StringQueryDef

Inheritance: QueryDef
Exibir arquivo Open project: AutomataDotNet/Automata

Public Properties

Property Type Description
message string

Public Methods

Method Description
PrettyPrint ( StringBuilder sb ) : void
StringQueryDef ( FastToken msg ) : System

Private Methods

Method Description
Typecheck ( FastPgm pgm ) : void

Method Details

PrettyPrint() public method

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

StringQueryDef() public method

public StringQueryDef ( FastToken msg ) : System
msg FastToken
return System

Property Details

message public_oe property

public string message
return string