org.crsh.cmdline.matcher.impl
Class Parser<T>
java.lang.Object
org.crsh.cmdline.matcher.impl.Parser<T>
- All Implemented Interfaces:
- Iterator<Event>
public final class Parser<T>
- extends Object
- implements Iterator<Event>
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parser
public Parser(org.crsh.cmdline.matcher.impl.Tokenizer tokenizer,
ClassDescriptor<T> command,
String mainName,
Parser.Mode mode)
getMode
public Parser.Mode getMode()
getIndex
public int getIndex()
getStatus
public org.crsh.cmdline.matcher.impl.Parser.Status getStatus()
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<Event>
next
public Event next()
- Specified by:
next in interface Iterator<Event>
remove
public void remove()
- Specified by:
remove in interface Iterator<Event>
Copyright © 2011 eXo Platform SAS. All Rights Reserved.