Searched refs:stringRep (Results 1 – 1 of 1) sorted by relevance
671 private String stringRep; field in AbstractMessageParser.Token.Type673 Type(String stringRep) { in Type() argument674 this.stringRep = stringRep; in Type()679 return this.stringRep; in toString()