|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.parboiled.parserunners.BasicParseRunner.Handler
public static final class BasicParseRunner.Handler
The most trivial MatchHandler implementation.
Simply delegates to the given Context for performing the match, without any additional logic.
| Constructor Summary | |
|---|---|
BasicParseRunner.Handler()
|
|
| Method Summary | |
|---|---|
boolean |
match(MatcherContext<?> context)
Runs the given MatcherContext. |
boolean |
matchRoot(MatcherContext<?> rootContext)
Runs the root MatcherContext. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicParseRunner.Handler()
| Method Detail |
|---|
public boolean matchRoot(MatcherContext<?> rootContext)
MatchHandler
matchRoot in interface MatchHandlerrootContext - the root MatcherContext.
public boolean match(MatcherContext<?> context)
MatchHandler
match in interface MatchHandlercontext - the MatcherContext
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||