C# 클래스 Jade.Parser.Nodes.IfConditionNode

상속: Node
파일 보기 프로젝트 열기: rnrn/Jade4Net 1 사용 예제들

공개 메소드들

메소드 설명
IfConditionNode ( String condition, int lineNumber ) : System
execute ( IndentWriter writer, JadeModel model, JadeTemplate template ) : void
isDefault ( ) : bool
isInverse ( ) : bool
setDefault ( bool defaultNode ) : void
setInverse ( bool isInverse ) : void

메소드 상세

IfConditionNode() 공개 메소드

public IfConditionNode ( String condition, int lineNumber ) : System
condition String
lineNumber int
리턴 System

execute() 공개 메소드

public execute ( IndentWriter writer, JadeModel model, JadeTemplate template ) : void
writer Jade.Compiler.IndentWriter
model JadeModel
template JadeTemplate
리턴 void

isDefault() 공개 메소드

public isDefault ( ) : bool
리턴 bool

isInverse() 공개 메소드

public isInverse ( ) : bool
리턴 bool

setDefault() 공개 메소드

public setDefault ( bool defaultNode ) : void
defaultNode bool
리턴 void

setInverse() 공개 메소드

public setInverse ( bool isInverse ) : void
isInverse bool
리턴 void