|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.cli.impl.line.LineParser.Visitor org.crsh.cli.impl.line.ValueLineVisitor
public class ValueLineVisitor
Field Summary | |
---|---|
private StringBuilder |
evaluated . |
Constructor Summary | |
---|---|
ValueLineVisitor() |
Method Summary | |
---|---|
String |
getEvaluated() |
void |
onChar(int index, Quoting quoting, boolean backslash, char c) |
void |
reset() |
Methods inherited from class org.crsh.cli.impl.line.LineParser.Visitor |
---|
closeStrongQuote, closeWeakQuote, openStrongQuote, openWeakQuote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final StringBuilder evaluated
Constructor Detail |
---|
public ValueLineVisitor()
Method Detail |
---|
public String getEvaluated()
public void onChar(int index, Quoting quoting, boolean backslash, char c)
onChar
in class LineParser.Visitor
public void reset()
reset
in class LineParser.Visitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |