Class TLex.Error<DD,TT>

java.lang.Object
eu.bandm.tools.d2d2.parser2.TLex.Item<DD,TT>
eu.bandm.tools.d2d2.parser2.TLex.Error<DD,TT>
Enclosing class:
TLex<D,T>

public static class TLex.Error<DD,TT> extends TLex.Item<DD,TT>
Delivers a token with the error token type (as defined when constructing TLex) and the given type. Sets the error flag "TLex.stucText", which will restart the Lexer with the toplevel definition TLex.toplevel.
  • Field Details

  • Constructor Details

    • Error

      public Error(String t)
  • Method Details