| Class | OOParser::Item::Subrule |
| In: |
lib/ooparser/items/subrule.rb
(CVS)
|
| Parent: | OOParser::Item |
| SVNRev | = | %q$Rev: 4 $ | SVN Revision | |
| SVNId | = | %q$Id: subrule.rb 4 2005-09-08 07:36:41Z ged $ | SVN Id |
| rulename | [R] | The name of the subrule to match |
Create a new subrule item in an OOParser::Production that will match if the corresponding rule matches.
# File lib/ooparser/items/subrule.rb, line 38 def initialize( rulename ) @rulename = rulename end