| Constructor and Description |
|---|
EnumNameParser(Class<T> type) |
EnumNameParser(Class<T> type,
boolean lowerCase) |
| Modifier and Type | Method and Description |
|---|---|
T |
parse(ParseSession session,
ParseContext ctx,
boolean complete)
Parse text from the given parse context.
|
public T parse(ParseSession session, ParseContext ctx, boolean complete)
ParserGenerally speaking, this method may assume that any whitespace allowed before the item being parsed has already been skipped over (that's a matter for the containing parser).
Copyright © 2017. All rights reserved.