polyglot.lex
Class EOF

java.lang.Object
  extended by polyglot.lex.Token
      extended by polyglot.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()
Overrides:
toString in class java.lang.Object