public static interface Directive.Stack
| Modifier and Type | Method and Description |
|---|---|
Directive.Cursor |
pop()
Pop cursor (runtime exception if stack is empty).
|
void |
push(Directive.Cursor cursor)
Push cursor (runtime exception if stack is full).
|
void push(Directive.Cursor cursor) throws ImpossibleModificationException
cursor - Cursor to pushImpossibleModificationException - If failsDirective.Cursor pop() throws ImpossibleModificationException
ImpossibleModificationException - If failsCopyright © 2013–2018 Xembly. All rights reserved.