Package org.oddjob.arooa.parsing
Class SimpleParseContext.ActionsBuilder
java.lang.Object
org.oddjob.arooa.parsing.SimpleParseContext.ActionsBuilder
- Enclosing interface:
SimpleParseContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()withChildActions(SimpleParseContext.ActionFunction childActions) withDestroyAction(Runnable destroyAction) withInitAction(Runnable initAction) withTextConsumer(Consumer<? super String> textConsumer)
-
Constructor Details
-
ActionsBuilder
public ActionsBuilder()
-
-
Method Details
-
withTextConsumer
-
withInitAction
-
withDestroyAction
-
withChildActions
public SimpleParseContext.ActionsBuilder withChildActions(SimpleParseContext.ActionFunction childActions) -
create
-