org.apache.avalon.excalibur.cli
Class CLArgsParser.Token
java.lang.Object
|
+--org.apache.avalon.excalibur.cli.CLArgsParser.Token
- Enclosing class:
- CLArgsParser
- protected class CLArgsParser.Token
- extends java.lang.Object
Field Summary |
protected int |
m_type
|
protected java.lang.String |
m_value
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_type
protected final int m_type
m_value
protected final java.lang.String m_value
CLArgsParser.Token
public CLArgsParser.Token(int type,
java.lang.String value)
getValue
public java.lang.String getValue()
getType
public int getType()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001 Apache Jakarta Project. All Rights Reserved.