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) |
reset
final StringBuilder buffer
GroovyLineEscaper()
public void onChar(int index, Quoting quoting, boolean backslash, char c)
onChar
in class LineParser.Visitor
public void openStrongQuote(int index)
openStrongQuote
in class LineParser.Visitor
public void closeStrongQuote(int index)
closeStrongQuote
in class LineParser.Visitor
public void openWeakQuote(int index)
openWeakQuote
in class LineParser.Visitor
public void closeWeakQuote(int index)
closeWeakQuote
in class LineParser.Visitor
Copyright © 2015 eXo Platform SAS. All Rights Reserved.