gec.gctparser
Class Comment

java.lang.Object
  extended by gec.gctparser.Comment

public class Comment
extends java.lang.Object

Skip comments in GCT

Author:
bburch

Constructor Summary
Comment()
           
 
Method Summary
static java.util.Enumeration skipComment(java.util.Enumeration inputTokens)
          Skip the remaining comment tokens.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Comment

public Comment()
Method Detail

skipComment

public static java.util.Enumeration skipComment(java.util.Enumeration inputTokens)
Skip the remaining comment tokens.

Parameters:
inputTokens - Enumeration - the remaining tokens
Returns:
Enumeration - what's left after the comment