public static interface Parser.ActionHandler
| Modifier and Type | Method and Description | 
|---|---|
| Symbol | doAction(Symbol input,
        Symbol top)Handle the action symbol top when the input is sought to be
 taken off the stack. | 
Symbol doAction(Symbol input, Symbol top) throws IOException
input - The input symbol from the caller of advancetop - The symbol at the top the stack.IOExceptionCopyright © 2009–2020 The Apache Software Foundation. All rights reserved.