|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VisitorStrategy | |
|---|---|
| org.reflext.api | |
| org.reflext.api.visit | |
| Uses of VisitorStrategy in org.reflext.api |
|---|
| Classes in org.reflext.api with type parameters of type VisitorStrategy | |
|---|---|
interface |
Visitor<V extends Visitor<V,S>,S extends VisitorStrategy<V,S>>
Defines the visitor base interface. |
interface |
VisitorStrategy<V extends Visitor<V,S>,S extends VisitorStrategy<V,S>>
|
| Methods in org.reflext.api with type parameters of type VisitorStrategy | ||
|---|---|---|
|
TypeInfo.accept(S strategy,
V visitor)
Visit the type info. |
|
| Uses of VisitorStrategy in org.reflext.api.visit |
|---|
| Classes in org.reflext.api.visit that implement VisitorStrategy | |
|---|---|
class |
HierarchyVisitorStrategy<V extends HierarchyVisitor<V>>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||