Home
last modified time | relevance | path

Searched refs:reportST (Results 1 – 1 of 1) sorted by relevance

/external/antlr/tool/src/main/java/org/antlr/tool/
DMessage.java46 public ST reportST; field in Message
97 reportST = ErrorManager.getReportFormat(); in toString()
117 reportST.add("location", locationST); in toString()
119 reportST.add("message", messageFormatST); in toString()
120 reportST.add("type", ErrorManager.getMessageType(msgID)); in toString()
122 return reportST.render(); in toString()