C# Class Microsoft.Zing.ZTemplateParser

Summary description for ZTemplateParser.
Afficher le fichier Open project: ZingModelChecker/Zing

Méthodes publiques

Méthode Description
GetExpressionTemplate ( string name ) : System.Compiler.Expression
GetMethodTemplate ( string name ) : System.Compiler.Method
GetStatementTemplate ( string name ) : System.Compiler.Statement
GetStatementsTemplate ( string name ) : StatementList
GetTypeTemplateByName ( System.Compiler.CompilationUnit template, string name ) : System.Compiler.TypeNode
ParseBaseTemplate ( string templateName, System assembly ) : System.Compiler.CompilationUnit
ParseExpressionTemplate ( string templateName, System assembly ) : bool
ParseStatementTemplate ( string templateName, System assembly ) : bool
ZTemplateParser ( System.Compiler.Module module ) : System

Method Details

GetExpressionTemplate() public méthode

public GetExpressionTemplate ( string name ) : System.Compiler.Expression
name string
Résultat System.Compiler.Expression

GetMethodTemplate() public méthode

public GetMethodTemplate ( string name ) : System.Compiler.Method
name string
Résultat System.Compiler.Method

GetStatementTemplate() public méthode

public GetStatementTemplate ( string name ) : System.Compiler.Statement
name string
Résultat System.Compiler.Statement

GetStatementsTemplate() public méthode

public GetStatementsTemplate ( string name ) : StatementList
name string
Résultat StatementList

GetTypeTemplateByName() public static méthode

public static GetTypeTemplateByName ( System.Compiler.CompilationUnit template, string name ) : System.Compiler.TypeNode
template System.Compiler.CompilationUnit
name string
Résultat System.Compiler.TypeNode

ParseBaseTemplate() public méthode

public ParseBaseTemplate ( string templateName, System assembly ) : System.Compiler.CompilationUnit
templateName string
assembly System
Résultat System.Compiler.CompilationUnit

ParseExpressionTemplate() public méthode

public ParseExpressionTemplate ( string templateName, System assembly ) : bool
templateName string
assembly System
Résultat bool

ParseStatementTemplate() public méthode

public ParseStatementTemplate ( string templateName, System assembly ) : bool
templateName string
assembly System
Résultat bool

ZTemplateParser() public méthode

public ZTemplateParser ( System.Compiler.Module module ) : System
module System.Compiler.Module
Résultat System