| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_COMPLETE_OBJECTS |
| Constructor and Description |
|---|
ObjIdParser() |
| Modifier and Type | Method and Description |
|---|---|
ObjId |
parse(ParseSession session,
ParseContext ctx,
boolean complete)
Parse text from the given parse context.
|
public static final int MAX_COMPLETE_OBJECTS
public ObjId 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.