Map6<I, O1, O2, O3, O4, O5, O6, O> class
Constructors
-
Map6(ParserBuilder<I, O1> parser1, ParserBuilder<I, O2> parser2, ParserBuilder<I, O3> parser3, ParserBuilder<I, O4> parser4, ParserBuilder<I, O5> parser5, ParserBuilder<I, O6> parser6, SemanticAction<O> map)
-
const
Methods
-
addResultsToTemplateValues(Map<String, String> values, List<ParserResult?> results)
→ void
-
inherited
-
build(Context context, ParserResult? result)
→ String
-
inherited
-
getInputType()
→ String
-
inherited
-
getResultType()
→ String
-
inherited
-
getResultValue(String name)
→ String
-
inherited
-
isNullableResultType()
→ bool
-
inherited
-
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
-
inherited
-
render2(bool condition, String template1, String template2, Map<String, String> values, [List<ParserResult?>? results])
→ String
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited