Modifier and Type | Field and Description |
---|---|
static InstanceofParser |
INSTANCE |
Constructor and Description |
---|
InstanceofParser() |
Modifier and Type | Method and Description |
---|---|
Node |
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 static final InstanceofParser INSTANCE
public Node 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.