Searched refs:stringRep (Results 1 – 1 of 1) sorted by relevance
684 private String stringRep; field in AbstractMessageParser.Token.Type686 Type(String stringRep) { in Type() argument687 this.stringRep = stringRep; in Type()692 return this.stringRep; in toString()