openjava.syntax
Class EmptySyntax

java.lang.Object
  |
  +--openjava.syntax.EmptySyntax

public class EmptySyntax
extends java.lang.Object
implements SyntaxRule

The class EmptySyntax

For example

 

Since:
%SOFTWARE% 1.0
See Also:
Object

Constructor Summary
EmptySyntax()
           
 
Method Summary
 ParseTree consume(TokenSource parser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptySyntax

public EmptySyntax()
Method Detail

consume

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