public static class SimpleParseContext.ChildBuilder1
extends java.lang.Object
Constructor and Description |
---|
ChildBuilder1(ArooaElement element,
SimpleParseContext parent) |
Modifier and Type | Method and Description |
---|---|
SimpleParseContext.ChildBuilder2 |
withActionFunction(SimpleParseContext.ActionFunction actionFunction) |
SimpleParseContext.ChildBuilder2 |
withCallbackFunction(SimpleParseContext.CallbackFunction callbackFunction) |
SimpleParseContext.ChildBuilder2 |
withElementHandler(ElementHandler<SimpleParseContext> elementHandler) |
public ChildBuilder1(ArooaElement element, SimpleParseContext parent)
public SimpleParseContext.ChildBuilder2 withActionFunction(SimpleParseContext.ActionFunction actionFunction)
public SimpleParseContext.ChildBuilder2 withCallbackFunction(SimpleParseContext.CallbackFunction callbackFunction)
public SimpleParseContext.ChildBuilder2 withElementHandler(ElementHandler<SimpleParseContext> elementHandler)