C# Class Microsoft.Zing.ZTemplateParser

Summary description for ZTemplateParser.
Mostrar archivo Open project: ZingModelChecker/Zing

Public Methods

Method 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 method

public GetExpressionTemplate ( string name ) : System.Compiler.Expression
name string
return System.Compiler.Expression

GetMethodTemplate() public method

public GetMethodTemplate ( string name ) : System.Compiler.Method
name string
return System.Compiler.Method

GetStatementTemplate() public method

public GetStatementTemplate ( string name ) : System.Compiler.Statement
name string
return System.Compiler.Statement

GetStatementsTemplate() public method

public GetStatementsTemplate ( string name ) : StatementList
name string
return StatementList

GetTypeTemplateByName() public static method

public static GetTypeTemplateByName ( System.Compiler.CompilationUnit template, string name ) : System.Compiler.TypeNode
template System.Compiler.CompilationUnit
name string
return System.Compiler.TypeNode

ParseBaseTemplate() public method

public ParseBaseTemplate ( string templateName, System assembly ) : System.Compiler.CompilationUnit
templateName string
assembly System
return System.Compiler.CompilationUnit

ParseExpressionTemplate() public method

public ParseExpressionTemplate ( string templateName, System assembly ) : bool
templateName string
assembly System
return bool

ParseStatementTemplate() public method

public ParseStatementTemplate ( string templateName, System assembly ) : bool
templateName string
assembly System
return bool

ZTemplateParser() public method

public ZTemplateParser ( System.Compiler.Module module ) : System
module System.Compiler.Module
return System