Package org.derive4j.processor.api.model
Class MatchMethods.MatchMethod_
- java.lang.Object
-
- org.derive4j.processor.api.model.MatchMethod
-
- org.derive4j.processor.api.model.MatchMethods.MatchMethod_
-
- Enclosing class:
- MatchMethods
private static final class MatchMethods.MatchMethod_ extends MatchMethod
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.derive4j.processor.api.model.MatchMethod
MatchMethod.Case<R>
-
-
Field Summary
Fields Modifier and Type Field Description private javax.lang.model.element.ExecutableElement
element
private javax.lang.model.type.TypeVariable
returnTypeVariable
-
Constructor Summary
Constructors Constructor Description MatchMethod_(javax.lang.model.element.ExecutableElement element, javax.lang.model.type.TypeVariable returnTypeVariable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
match(MatchMethod.Case<R> matchMethod)
-
Methods inherited from class org.derive4j.processor.api.model.MatchMethod
element, matchMethod, returnTypeVariable
-
-
-
-
Method Detail
-
match
public <R> R match(MatchMethod.Case<R> matchMethod)
- Specified by:
match
in classMatchMethod
-
-