org.apache.karaf.shell.console.completer
Class Parser

java.lang.Object
  extended by org.apache.karaf.shell.console.completer.Parser

public class Parser
extends Object


Constructor Summary
Parser(String text, int cursor)
           
 
Method Summary
 String messy()
           
 List<List<String>> pipeline()
           
 List<List<List<String>>> program()
           
 List<String> statement()
           
 String toString()
           
 String unescape()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Parser

public Parser(String text,
              int cursor)
Method Detail

program

public List<List<List<String>>> program()

pipeline

public List<List<String>> pipeline()

statement

public List<String> statement()

messy

public String messy()

toString

public String toString()
Overrides:
toString in class Object

unescape

public String unescape()


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.