public class CallStack extends Object
Constructor and Description |
---|
CallStack(CallStack parent,
Class<? extends TagCycleException> exceptionClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String path) |
Optional<String> |
pop() |
void |
push(String path,
int lineNumber,
int startPosition) |
void |
pushWithoutCycleCheck(String path)
This is added to allow for recursive macro calls.
|
public CallStack(CallStack parent, Class<? extends TagCycleException> exceptionClass)
public boolean contains(String path)
public void pushWithoutCycleCheck(String path)
path
- the path to be added.public void push(String path, int lineNumber, int startPosition)
Copyright © 2017. All rights reserved.