ParserBuilder<I, O> class abstract

Implementers
Annotations
  • @immutable

Constructors

ParserBuilder()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addResultsToTemplateValues(Map<String, String> values, List<ParserResult?> results) → void
build(Context context, ParserResult? result) String
getInputType() String
getResultType() String
getResultValue(String name) String
isNullableResultType() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(String template, Map<String, String> values, [List<ParserResult?>? results]) String
render2(bool condition, String template1, String template2, Map<String, String> values, [List<ParserResult?>? results]) String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited