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) |
Copyright © 2016. All rights reserved.