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

Public Member Functions

 __init__ (self, literal, name='')
 
- Public Member Functions inherited from parsimonious.expressions.Expression
 __hash__ (self)
 
 __eq__ (self, other)
 
 __ne__ (self, other)
 
 resolve_refs (self, rule_map)
 
 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

 literal
 
 identity_tuple
 
- Public Attributes inherited from parsimonious.expressions.Expression
 name
 
 identity_tuple
 

Protected Member Functions

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

Detailed Description

A string literal

Use these if you can; they're the fastest.

Constructor & Destructor Documentation

◆ __init__()

parsimonious.expressions.Literal.__init__ (   self,
  literal,
  name = '' 
)

Member Function Documentation

◆ _as_rhs()

parsimonious.expressions.Literal._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: