Package com.github.javaparser.utils
Class VisitorMap.EqualsHashcodeOverridingFacade
java.lang.Object
com.github.javaparser.utils.VisitorMap.EqualsHashcodeOverridingFacade
- All Implemented Interfaces:
Visitable
- Enclosing class:
VisitorMap<N extends Node,
V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,
A> R accept
(GenericVisitor<R, A> v, A arg) Accept method for visitor support.<A> void
accept
(VoidVisitor<A> v, A arg) Accept method for visitor support.boolean
final int
hashCode()
-
Field Details
-
overridden
-
-
Constructor Details
-
EqualsHashcodeOverridingFacade
EqualsHashcodeOverridingFacade(N overridden)
-
-
Method Details
-
accept
Description copied from interface:Visitable
Accept method for visitor support.- Specified by:
accept
in interfaceVisitable
- Type Parameters:
R
- the type of the return value of the visitorA
- the type the user argument passed to the visitor- Parameters:
v
- the visitor implementationarg
- the argument passed to the visitor (of type A)- Returns:
- the result of the visit (of type R)
-
accept
Description copied from interface:Visitable
Accept method for visitor support. -
hashCode
public final int hashCode() -
equals
-