| Modifier and Type | Class and Description |
|---|---|
static class |
ElementTypeVisitor.Simple<R,P>
A simple implementation of the EntityVisitor interface that returns a default value (provided at construction
time) from the visit methods.
|
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
Path.Segment.accept(ElementTypeVisitor<R,P> visitor,
P parameter) |
<R,P> R |
CanonicalPath.accept(ElementTypeVisitor<R,P> visitor,
P parameter) |
static <R,P> R |
ElementTypeVisitor.accept(SegmentType entityType,
ElementTypeVisitor<R,P> visitor,
P parameter) |
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.