ParseResult class
The result of parsing one or more Templates
- Inheritance
-
- Object
- Renderer<
IntermediateRenderResult> - ParserTree<
TemplateParseResult> - ParseResult
Constructors
-
ParseResult.new(List<
TemplateParseResult> templateParseResults)
Properties
-
children
→ List<
TemplateParseResult> -
The children that where parsed and can be rendered to a String.
The children are of type RenderType
finalinherited
- errorMessage → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
position(
dynamic child) → String -
inherited
-
render(
RenderContext context) → Future< IntermediateRenderResult> -
inherited
-
renderNode(
RenderContext context, TemplateParseResult node) → Future -
returns either an:
inherited
-
resultErrors(
dynamic result) → Iterable< TemplateError> -
inherited
-
resultToString(
dynamic result) → String -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited