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, setPattern
public WordParser(CharSequence input)
input
- to parsepublic String getWord()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.