Package org.xembly
Interface Directive.Stack
- Enclosing interface:
- Directive
public static interface Directive.Stack
Stack.
- Since:
- 0.16
- 
Method SummaryModifier and TypeMethodDescriptionpop()Pop cursor (runtime exception if stack is empty).voidpush(Directive.Cursor cursor) Push cursor (runtime exception if stack is full).
- 
Method Details- 
pushPush cursor (runtime exception if stack is full).- Parameters:
- cursor- Cursor to push
 
- 
popPop cursor (runtime exception if stack is empty).- Returns:
- Cursor recently added
- Throws:
- ImpossibleModificationException- If fails
 
 
-