public class CompositeIndexParser extends Object implements Parser<CompositeIndex>
Syntax examples:
Person.byLastFirstPerson.mycompositeindex| Constructor and Description |
|---|
CompositeIndexParser() |
| Modifier and Type | Method and Description |
|---|---|
CompositeIndex |
parse(ParseSession session,
ParseContext ctx,
boolean complete)
Parse text from the given parse context.
|
public CompositeIndex 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).
parse in interface Parser<CompositeIndex>session - parse sessionctx - input to parsecomplete - false if parse is "for real", true if only for tab completion calculationCopyright © 2017. All rights reserved.