ParserTester<I> class
Constructors
- ParserTester.new({required BuildContext context, required StringBuffer localOutput})
Properties
- context → BuildContext
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- localOutput → StringBuffer
-
final
-
parsers
→ List<
Named< I, Object?> > -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addTest<
O> (String description, ParserBuilder< I, O> parser, String test(String parserName, String parserNameNoResult, ParserBuilder<I, O> parser, ParserBuilder<I, Object?> parserNoResult)) → void -
generate(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited