public interface Node extends Serializable
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
getComments() |
default String |
getName()
Node may contain a name
|
default String |
getNodeTypeName() |
SourceLocation |
getSourceLocation() |
default <T> T |
unwrap(Class<T> iface) |
Copyright © 2018. All rights reserved.