Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
CellMLToNektar.optimize.ExpressionMatcher.X Class Reference
Inheritance diagram for CellMLToNektar.optimize.ExpressionMatcher.X:
Inheritance graph
[legend]
Collaboration diagram for CellMLToNektar.optimize.ExpressionMatcher.X:
Collaboration graph
[legend]

Public Member Functions

def __init__
 
def match
 
- Public Member Functions inherited from CellMLToNektar.optimize.ExpressionMatcher.Pattern
def match
 

Public Attributes

 matched
 

Detailed Description

A placeholder, matching anything (and noting what was matched).

Definition at line 1392 of file optimize.py.

Constructor & Destructor Documentation

def CellMLToNektar.optimize.ExpressionMatcher.X.__init__ (   self)

Member Function Documentation

def CellMLToNektar.optimize.ExpressionMatcher.X.match (   self,
  expr 
)

Definition at line 1397 of file optimize.py.

References CellMLToNektar.optimize.ExpressionMatcher.X.matched.

1398  def match(self, expr):
1399  self.matched = expr
1400  return True
class R(Pattern):

Member Data Documentation

CellMLToNektar.optimize.ExpressionMatcher.X.matched

Definition at line 1395 of file optimize.py.

Referenced by CellMLToNektar.optimize.ExpressionMatcher.X.match().