Package org.derive4j.processor.api
Interface FreeVariable.Case<X>
-
- Enclosing class:
- FreeVariable
public static interface FreeVariable.Case<X>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description X
variable(javax.lang.model.type.DeclaredType type, java.lang.String name)
-
-
-
Method Detail
-
variable
X variable(javax.lang.model.type.DeclaredType type, java.lang.String name)
-
-