Class Token


  • public class Token
    extends Object
    Provide access to the result of a parser call. The token is either code or text and if it is text it can have an associated filter configuration. The code parts are escaped and with delimiters is needed, the text part is not escaped.
    • Constructor Detail

      • Token

        public Token​(String data,
                     boolean isText,
                     String filterConfigId)
    • Method Detail

      • getData

        public String getData()
      • isText

        public boolean isText()
      • getFilterConfigId

        public String getFilterConfigId()