Class: LooseVarsParser
The loose variable tag represents the transformer for any seeded or defined variables.
This variable implementation is considered loose
since it checks whether the variable is
valid during parsing
, rather than willAccept
.
Example
Implements
Constructors
new LooseVarsParser()
new LooseVarsParser(): LooseVarsParser
Returns
Methods
parse()
parse(ctx
): null
| string
Parses the given tag.
Parameters
• ctx: Context
The context of the tag.
Returns
null
| string
Implementation of
Defined in
willAccept()
willAccept(): boolean
Whether the parser can handle the given tag.
Returns
boolean