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 InstanceLocation
InstanceLocation.Cases<X> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.squareup.javapoet.ClassNameprivate final ExecutableElementprivate 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:
matchin classInstanceLocation
-
equals
- Specified by:
equalsin classInstanceLocation
-
hashCode
public int hashCode()- Specified by:
hashCodein classInstanceLocation
-
toString
- Specified by:
toStringin classInstanceLocation
-