R
- the type of the returned valueP
- the type of the parameter passed to the visitorpublic static interface UseSite.Visitor<R,P>
Modifier and Type | Method and Description |
---|---|
R |
end(DeclaredType type,
P parameter)
Called when all uses have been visited.
|
R |
visit(DeclaredType type,
UseSite use,
P parameter)
Visits the use site.
|
@Nullable R visit(@Nonnull DeclaredType type, @Nonnull UseSite use, @Nullable P parameter)
type
- the type that is being useduse
- the site of the use of the typeparameter
- the parameter passed by the caller@Nullable R end(DeclaredType type, @Nullable P parameter)
type
- type type that is being usedparameter
- the parameter passed by the callerCopyright © 2014-2021 Lukas Krejci. All Rights Reserved.