polyglot.lex
Class EOF

java.lang.Object
  extended bypolyglot.lex.Token
      extended bypolyglot.lex.EOF

public class EOF
extends Token

Token class for end-of-file.


Constructor Summary
EOF(Position position, int sym)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class polyglot.lex.Token
escape, getPosition, symbol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EOF

public EOF(Position position,
           int sym)
Method Detail

toString

public java.lang.String toString()