C# 클래스 Veil.Handlebars.HandlebarsParserState

파일 보기 프로젝트 열기: namics/TerrificNet 1 사용 예제들

공개 메소드들

메소드 설명
HandlebarsParserState ( string templateId, IMemberLocator memberLocator ) : System
ParseExpression ( string expression, SourceLocation location ) : ExpressionNode
WriteLiteral ( string s, SourceLocation location ) : void

비공개 메소드들

메소드 설명
AddNodeToCurrentBlock ( SyntaxTreeNode node ) : SyntaxTreeNode
LastNode ( ) : SyntaxTreeNode
SetCurrentToken ( HandlebarsToken token ) : void

메소드 상세

HandlebarsParserState() 공개 메소드

public HandlebarsParserState ( string templateId, IMemberLocator memberLocator ) : System
templateId string
memberLocator IMemberLocator
리턴 System

ParseExpression() 공개 메소드

public ParseExpression ( string expression, SourceLocation location ) : ExpressionNode
expression string
location Veil.Parser.SourceLocation
리턴 Veil.Parser.ExpressionNode

WriteLiteral() 공개 메소드

public WriteLiteral ( string s, SourceLocation location ) : void
s string
location Veil.Parser.SourceLocation
리턴 void