C# Class Veil.SuperSimple.SuperSimpleTemplateParser

Mostra file Open project: namics/TerrificNet Class Usage Examples

Public Methods

Method Description
Parse ( IEnumerable tokens, Type modelType ) : SyntaxTreeNode

Private Methods

Method Description
HandleEachOverExpression ( SuperSimpleTemplateParserState state ) : void
HandleEachOverSelf ( SuperSimpleTemplateParserState state ) : void
HandleEndConditional ( SuperSimpleTemplateParserState state ) : void
HandleEndEach ( SuperSimpleTemplateParserState state ) : void
HandleFlush ( SuperSimpleTemplateParserState state ) : void
HandleNegativeConditional ( SuperSimpleTemplateParserState state ) : void
HandlePartial ( SuperSimpleTemplateParserState state ) : void
HandlePositiveConditional ( SuperSimpleTemplateParserState state ) : void
HandleSection ( SuperSimpleTemplateParserState state ) : void
HandleStringLiteral ( SuperSimpleTemplateParserState state ) : void
HandleWriteLiteral ( SuperSimpleTemplateParserState state ) : void

Method Details

Parse() public static method

public static Parse ( IEnumerable tokens, Type modelType ) : SyntaxTreeNode
tokens IEnumerable
modelType System.Type
return Veil.Parser.SyntaxTreeNode