public static class SimpleParseContext.ActionsImpl extends java.lang.Object implements SimpleParseContext.Actions
| Modifier and Type | Method and Description | 
|---|---|
SimpleParseContext.ActionFunction | 
getChildActions()  | 
java.lang.Runnable | 
getDestroyAction()  | 
java.lang.Runnable | 
getInitAction()  | 
java.util.function.Consumer<? super java.lang.String> | 
getTextConsumer()  | 
public java.util.function.Consumer<? super java.lang.String> getTextConsumer()
getTextConsumer in interface SimpleParseContext.Actionspublic java.lang.Runnable getInitAction()
getInitAction in interface SimpleParseContext.Actionspublic java.lang.Runnable getDestroyAction()
getDestroyAction in interface SimpleParseContext.Actionspublic SimpleParseContext.ActionFunction getChildActions()
getChildActions in interface SimpleParseContext.Actions