N - subclass of NodeA - subclass of NodeAdaptingVisitorpublic abstract class NodeAdaptingVisitHandler<N extends Node,A extends NodeAdaptingVisitor<N>> extends Object
VisitHandler| Modifier and Type | Field and Description |
|---|---|
protected A |
myAdapter |
protected Class<? extends N> |
myClass |
| Constructor and Description |
|---|
NodeAdaptingVisitHandler(Class<? extends N> aClass,
A adapter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
A |
getNodeAdapter() |
Class<? extends N> |
getNodeType() |
int |
hashCode() |
protected final A extends NodeAdaptingVisitor<N> myAdapter
Copyright © 2018. All rights reserved.