public interface SnippetPrinter
Modifier and Type | Method and Description |
---|---|
String |
snippetToString(Snippet snippet,
boolean addUniqueIDs)
Receives a snippet and returns a string representation.
|
String snippetToString(Snippet snippet, boolean addUniqueIDs)
snippet
- the snippet to be parsed.addUniqueIDs
- boolean denoting whether statements should have IDs (true
) or not (false
).Copyright © 2017. All rights reserved.