Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Protected Member Functions | List of all members
parsimonious.expressions.Sequence Class Reference
Inheritance diagram for parsimonious.expressions.Sequence:
Inheritance graph
[legend]
Collaboration diagram for parsimonious.expressions.Sequence:
Collaboration graph
[legend]

Protected Member Functions

 _uncached_match (self, text, pos, cache, error)
 
 _as_rhs (self)
 
- Protected Member Functions inherited from parsimonious.expressions.Compound
 _eq_check_cycles (self, other, checked)
 
- Protected Member Functions inherited from parsimonious.expressions.Expression
 _unicode_members (self)
 

Additional Inherited Members

- Public Member Functions inherited from parsimonious.expressions.Compound
 __init__ (self, *members, **kwargs)
 
 resolve_refs (self, rule_map)
 
 __hash__ (self)
 
- Public Member Functions inherited from parsimonious.expressions.Expression
 __eq__ (self, other)
 
 __ne__ (self, other)
 
 parse (self, text, pos=0)
 
 match (self, text, pos=0)
 
 match_core (self, text, pos, cache, error)
 
 __str__ (self)
 
 as_rule (self)
 
- Public Member Functions inherited from parsimonious.utils.StrAndRepr
 __repr__ (self)
 
- Public Attributes inherited from parsimonious.expressions.Compound
 members
 
 name
 
- Public Attributes inherited from parsimonious.expressions.Expression
 name
 
 identity_tuple
 

Detailed Description

A series of expressions that must match contiguous, ordered pieces of
the text

In other words, it's a concatenation operator: each piece has to match, one
after another.

Member Function Documentation

◆ _as_rhs()

parsimonious.expressions.Sequence._as_rhs (   self)
protected
Return the right-hand side of a rule that represents me.

Implemented by subclasses.

Reimplemented from parsimonious.expressions.Expression.


The documentation for this class was generated from the following file: