public class ASTWalkingContext extends Object
| Constructor and Description |
|---|
ASTWalkingContext() |
ASTWalkingContext(ASTItem parent,
ASTItem current) |
| Modifier and Type | Method and Description |
|---|---|
ASTItem |
getCurrent() |
<T extends ASTItem> |
getCurrentAs(Class<T> cls) |
ASTItem |
getParent() |
<T extends ASTItem> |
getParentAs(Class<T> cls) |
void |
setCurrent(ASTItem current) |
void |
setParent(ASTItem parent) |
Copyright © 2020. All rights reserved.