handlebars ~master (2019-10-04T09:24:10Z)
Dub
Repo
MockLifecycle
handlebars
lifecycle
Undocumented in source.
class
MockLifecycle :
Lifecycle
{
OnYield
onYield
;
OnEvaluateBoolean
onEvaluateBoolean
;
OnEvaluateLong
onEvaluateLong
;
string
yield
(Token[] tokens);
bool
evaluateBoolean
(string value);
long
evaluateLong
(string value);
}
Members
Functions
evaluateBoolean
bool
evaluateBoolean
(string value)
evaluateLong
long
evaluateLong
(string value)
yield
string
yield
(Token[] tokens)
Variables
onEvaluateBoolean
OnEvaluateBoolean
onEvaluateBoolean
;
Undocumented in source.
onEvaluateLong
OnEvaluateLong
onEvaluateLong
;
Undocumented in source.
onYield
OnYield
onYield
;
Undocumented in source.
Inherited Members
From Lifecycle
yield
string
yield
(Token[] tokens)
evaluateBoolean
bool
evaluateBoolean
(string value)
evaluateLong
long
evaluateLong
(string value)
Meta
Source
See Implementation
handlebars
lifecycle
aliases
OnEvaluateBoolean
OnEvaluateLong
OnYield
classes
MockLifecycle
interfaces
Lifecycle