C# 클래스 CompiledHandlebars.Compiler.AST.Expressions.IdentifierElement

Represents an identifier inside Handlebars as a linked list of IdentifierElements IdentifierElements are either Identifier PathUp ("../") Identifier seperators (".","/") can be ignored as their semantic value is represented as seperated Identifier objects ../A.B => PathUp->Identifier(A)->Identifier(B)
파일 보기 프로젝트 열기: Noxum/CompiledHandlebars 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_next IdentifierElement

비공개 메소드들

메소드 설명
IdentifierElement ( IdentifierElement next ) : System
TryEvaluate ( Stack contextStack, CompilationState state, Context &context ) : bool

프로퍼티 상세

_next 보호되어 있는 프로퍼티

protected IdentifierElement,CompiledHandlebars.Compiler.AST.Expressions _next
리턴 IdentifierElement