|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectproguard.WordReader
proguard.ArgumentWordReader
A WordReader that returns words from an argument list.
Single arguments are split into individual words if necessary.
| Constructor Summary | |
ArgumentWordReader(String[] arguments)
Creates a new ArgumentWordReader for the given arguments. |
|
| Method Summary | |
protected String |
lineLocationDescription()
Constructs a readable description of the current WordReader position. |
static void |
main(String[] args)
Test application that prints out the individual words of the argument list. |
protected String |
nextLine()
Reads a line from this WordReader, or from one of its active included WordReader objects. |
| Methods inherited from class proguard.WordReader |
includeWordReader, lastComments, locationDescription, nextWord |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ArgumentWordReader(String[] arguments)
| Method Detail |
protected String nextLine()
throws IOException
WordReader
nextLine in class WordReaderIOExceptionprotected String lineLocationDescription()
WordReader
lineLocationDescription in class WordReaderpublic static void main(String[] args)
|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||