Package org.derive4j.processor.api
Class InstanceLocations.Method
java.lang.Object
org.derive4j.processor.api.InstanceLocation
org.derive4j.processor.api.InstanceLocations.Method
- Enclosing class:
InstanceLocations
-
Nested Class Summary
Nested classes/interfaces inherited from class org.derive4j.processor.api.InstanceLocation
InstanceLocation.Cases<X>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.squareup.javapoet.ClassName
private final ExecutableElement
private final Map
<TypeVariable, TypeMirror> -
Constructor Summary
ConstructorsConstructorDescriptionMethod
(com.squareup.javapoet.ClassName className, ExecutableElement executableElement, Map<TypeVariable, TypeMirror> typeArgs) -
Method Summary
-
Field Details
-
className
private final com.squareup.javapoet.ClassName className -
executableElement
-
typeArgs
-
-
Constructor Details
-
Method
Method(com.squareup.javapoet.ClassName className, ExecutableElement executableElement, Map<TypeVariable, TypeMirror> typeArgs)
-
-
Method Details
-
match
- Specified by:
match
in classInstanceLocation
-
equals
- Specified by:
equals
in classInstanceLocation
-
hashCode
public int hashCode()- Specified by:
hashCode
in classInstanceLocation
-
toString
- Specified by:
toString
in classInstanceLocation
-