openjava.syntax
Class NameListAfterPrepRule

java.lang.Object
  |
  +--openjava.syntax.NameListRule
        |
        +--openjava.syntax.NameListAfterPrepRule

public class NameListAfterPrepRule
extends NameListRule

The class NameListAfterPrepRule represents a syntax rule:

 NameListAfterPrepRule := Identifier NameListRule
 

Since:
%SOFTWARE% 1.0
See Also:
Object

Field Summary
protected  java.lang.String prep
           
 
Constructor Summary
NameListAfterPrepRule(java.lang.String prep)
           
 
Method Summary
 ParseTree consume(TokenSource token_src)
           
 
Methods inherited from class openjava.syntax.NameListRule
consumeCOMMA
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prep

protected java.lang.String prep
Constructor Detail

NameListAfterPrepRule

public NameListAfterPrepRule(java.lang.String prep)
Method Detail

consume

public ParseTree consume(TokenSource token_src)
                  throws SyntaxException
Parameters:
-  
Returns:
 
Throws:
-  
Overrides:
consume in class NameListRule
See Also:
Object