Package | Description |
---|---|
com.articulate.sigma.nlg |
Modifier and Type | Method and Description |
---|---|
StackElement |
LanguageFormatterStack.getCurrStackElement()
Return the topmost stack element
|
StackElement |
LanguageFormatterStack.getPrevStackElement()
Return the stack element that is second from the top
|
Modifier and Type | Method and Description |
---|---|
static boolean |
LanguageFormatterStack.areFormulaArgsProcessed(StackElement stackElement)
Have all the formula arguments for the given stack element been processed in some way?
|
void |
LanguageFormatterStack.pop(StackElement inElement)
Pop the top element of the stack if it is inElement.
|