org.crsh.cli.impl.line
Class LineParser.Visitor

java.lang.Object
  extended by 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


Constructor Summary
LineParser.Visitor()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineParser.Visitor

public LineParser.Visitor()
Method Detail

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.