Package EasyExtend :: Package trail :: Module nfagen :: Class BeginRule
[hide private]
[frames] | no frames]

Class BeginRule

object --+        
         |        
  RuleIter --+    
             |    
     ConstRule --+
                 |
                BeginRule

For testpurposes...

Instance Methods [hide private]
 
__repr__(self)
repr(x)
 
__str__(self)
str(x)

Inherited from RuleIter: __init__, chain, finals, initials

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)