public abstract static class LineParser.Visitor extends Object
Constructor and Description |
---|
LineParser.Visitor() |
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) |
void |
reset() |
public LineParser.Visitor()
public void openStrongQuote(int index)
public void closeStrongQuote(int index)
public void openWeakQuote(int index)
public void closeWeakQuote(int index)
public void reset()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.