jfun.parsec

Interface ShowToken

public interface ShowToken extends Serializable

To convert a token object to String. This is normally not necessary unless you want fine control over error messages or internationalization.

Author: Ben Yu 2004-11-12

Method Summary
Stringshow(Object tok)
convert a token to a String.

Method Detail

show

public String show(Object tok)
convert a token to a String.

Parameters: tok the token.

Returns: the string.