openjava.syntax
Class NameAfterPrepRule

java.lang.Object
  |
  +--openjava.syntax.NameRule
        |
        +--openjava.syntax.NameAfterPrepRule

public class NameAfterPrepRule
extends NameRule

The class NameAfterPrepRule represents a syntax rule:

 NameAfterPrepRule := IdentifierRule NameRule
 

Since:
%SOFTWARE% 1.0
See Also:
Object

Field Summary
protected  java.lang.String prep
           
 
Constructor Summary
NameAfterPrepRule(java.lang.String prep)
           
 
Method Summary
 ParseTree consume(TokenSource token_src)
           
 
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

NameAfterPrepRule

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

consume

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