openjava.syntax
Class NameListRule

java.lang.Object
  |
  +--openjava.syntax.NameListRule
Direct Known Subclasses:
NameListAfterPrepRule

public class NameListRule
extends java.lang.Object
implements SyntaxRule

The class NameListRule

For example

 

Since:
%SOFTWARE% 1.0
See Also:
Object

Constructor Summary
NameListRule()
           
 
Method Summary
 ParseTree consume(TokenSource token_src)
           
static openjava.tools.parser.Token consumeCOMMA(TokenSource token_src)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameListRule

public NameListRule()
Method Detail

consume

public ParseTree consume(TokenSource token_src)
                  throws SyntaxException
Specified by:
consume in interface SyntaxRule
Parameters:
-  
Returns:
 
Throws:
-  
See Also:
Object

consumeCOMMA

public static final openjava.tools.parser.Token consumeCOMMA(TokenSource token_src)