Memoize<I, O>  class 
 
Parses parser and returns the result of parsing.
This is a lightweight implementation of (on demand) memoization with saving only one state of parsing (just for a specific case)
This parser works as follows:
After parsing, the parsed state is stored for a current position.
If a parsed state is requested for a saved position, then the parsed state is restored.
- Inheritance
- 
    - Object
- ParserBuilder<I, O> 
- Memoize
 
- Annotations
- 
    - @experimental
 
Constructors
- 
          Memoize(ParserBuilder<I, O> parser)
- 
          
            const
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  parser
  → ParserBuilder<I, O> 
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  addResultsToTemplateValues(Map< String, String> values, List<ParserResult?> results) → void
- 
  
  inherited
- 
  build(Context context, ParserResult? result) → String 
- 
  
  override
- 
  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
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited