public static class SimpleParseContext.RootBuilder1 extends Object
| Constructor and Description |
|---|
RootBuilder1() |
| Modifier and Type | Method and Description |
|---|---|
SimpleParseContext.RootBuilder2 |
withActions(SimpleParseContext.ActionFunction actionFunction) |
SimpleParseContext.RootBuilder2 |
withCallbacks(SimpleParseContext.CallbackFunction callbackFunction) |
SimpleParseContext.RootBuilder2 |
withElementHandler(ElementHandler<SimpleParseContext> elementHandler) |
SimpleParseContext.RootBuilder2 |
withNoActions() |
public SimpleParseContext.RootBuilder2 withElementHandler(ElementHandler<SimpleParseContext> elementHandler)
public SimpleParseContext.RootBuilder2 withCallbacks(SimpleParseContext.CallbackFunction callbackFunction)
public SimpleParseContext.RootBuilder2 withActions(SimpleParseContext.ActionFunction actionFunction)
public SimpleParseContext.RootBuilder2 withNoActions()
Copyright © 2023. All rights reserved.