org.crsh.cli.impl.line
Class LineParser.Visitor
java.lang.Object
org.crsh.cli.impl.line.LineParser.Visitor
- Direct Known Subclasses:
- Automaton, GroovyLineEscaper, MultiLineVisitor, ValueLineVisitor
- Enclosing class:
- LineParser
-
public abstract static class LineParser.Visitor
- extends Object
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineParser.Visitor
public LineParser.Visitor()
onChar
public void onChar(int index,
Quoting quoting,
boolean backslash,
char c)
-
openStrongQuote
public void openStrongQuote(int index)
-
closeStrongQuote
public void closeStrongQuote(int index)
-
openWeakQuote
public void openWeakQuote(int index)
-
closeWeakQuote
public void closeWeakQuote(int index)
-
reset
public void reset()
-
Copyright © 2015 eXo Platform SAS. All Rights Reserved.