C# Class Jade.Lexer.Tokens.If

Inheritance: Token
Afficher le fichier Open project: rnrn/Jade4Net

Méthodes publiques

Méthode Description
If ( String value, int lineNumber ) : System
isAlternativeCondition ( ) : bool
isInverseCondition ( ) : bool
setAlternativeCondition ( bool alternativeCondition ) : void
setInverseCondition ( bool inverseCondition ) : void

Method Details

If() public méthode

public If ( String value, int lineNumber ) : System
value String
lineNumber int
Résultat System

isAlternativeCondition() public méthode

public isAlternativeCondition ( ) : bool
Résultat bool

isInverseCondition() public méthode

public isInverseCondition ( ) : bool
Résultat bool

setAlternativeCondition() public méthode

public setAlternativeCondition ( bool alternativeCondition ) : void
alternativeCondition bool
Résultat void

setInverseCondition() public méthode

public setInverseCondition ( bool inverseCondition ) : void
inverseCondition bool
Résultat void