class GroovyLineEscaper extends LineParser.Visitor
| Modifier and Type | Field and Description |
|---|---|
(package private) StringBuilder |
buffer
.
|
| Constructor and Description |
|---|
GroovyLineEscaper() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeStrongQuote(int index) |
void |
closeWeakQuote(int index) |
void |
onChar(int index,
Quoting quoting,
boolean backslash,
char c) |
void |
openStrongQuote(int index) |
void |
openWeakQuote(int index) |
resetfinal StringBuilder buffer
GroovyLineEscaper()
public void onChar(int index, Quoting quoting, boolean backslash, char c)
onChar in class LineParser.Visitorpublic void openStrongQuote(int index)
openStrongQuote in class LineParser.Visitorpublic void closeStrongQuote(int index)
closeStrongQuote in class LineParser.Visitorpublic void openWeakQuote(int index)
openWeakQuote in class LineParser.Visitorpublic void closeWeakQuote(int index)
closeWeakQuote in class LineParser.VisitorCopyright © 2015 eXo Platform SAS. All Rights Reserved.