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