public class InheritanceChain extends Object
| Constructor and Description |
|---|
InheritanceChain(PebbleTemplateImpl currentTemplate) |
| Modifier and Type | Method and Description |
|---|---|
void |
ascend() |
void |
descend() |
PebbleTemplateImpl |
getChild() |
PebbleTemplateImpl |
getParent() |
void |
pushAncestor(PebbleTemplateImpl ancestor) |
public InheritanceChain(PebbleTemplateImpl currentTemplate)
public void pushAncestor(PebbleTemplateImpl ancestor)
public void ascend()
public void descend()
public PebbleTemplateImpl getChild()
public PebbleTemplateImpl getParent()
Copyright © 2015. All rights reserved.