Class VisitorList.EqualsHashcodeOverridingFacade
java.lang.Object
com.github.javaparser.utils.VisitorList.EqualsHashcodeOverridingFacade
- All Implemented Interfaces:
Visitable
- Enclosing class:
VisitorList<N extends Node>
-
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> voidaccept(VoidVisitor<A> v, A arg) Accept method for visitor support.booleanfinal inthashCode()
-
Field Details
-
overridden
-
-
Constructor Details
-
EqualsHashcodeOverridingFacade
EqualsHashcodeOverridingFacade(N overridden)
-
-
Method Details
-
accept
Description copied from interface:VisitableAccept method for visitor support.- Specified by:
acceptin 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:VisitableAccept method for visitor support. -
hashCode
-
equals
-