public final class WordParser extends MetaPatternParser
| Constructor and Description |
|---|
WordParser(CharSequence input)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getWord()
Gets the word including the optional whitespace surrounding the word.
|
advance, atEnd, matcher, matches, setPatternpublic WordParser(CharSequence input)
input - to parsepublic String getWord()
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.