Constructor and Description |
---|
ObjTypeParser() |
Modifier and Type | Method and Description |
---|---|
ObjType |
parse(ParseSession session,
ParseContext ctx,
boolean complete)
Parse text from the given parse context.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyIdentifierScope
public ObjType parse(ParseSession session, ParseContext ctx, boolean complete)
Parser
Generally 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 © 2022. All rights reserved.