public interface UnitsRelations
| Modifier and Type | Method and Description |
|---|---|
@Nullable AnnotationMirror |
division(AnnotatedTypeMirror lht,
AnnotatedTypeMirror rht)
Called for the division of type lht and rht.
|
UnitsRelations |
init(ProcessingEnvironment env)
Initialize the object.
|
@Nullable AnnotationMirror |
multiplication(AnnotatedTypeMirror lht,
AnnotatedTypeMirror rht)
Called for the multiplication of type lht and rht.
|
UnitsRelations init(ProcessingEnvironment env)
env - The ProcessingEnvironment to use.@Nullable AnnotationMirror multiplication(AnnotatedTypeMirror lht, AnnotatedTypeMirror rht)
lht - Left hand side in multiplication.rht - Right hand side in multiplication.@Nullable AnnotationMirror division(AnnotatedTypeMirror lht, AnnotatedTypeMirror rht)
lht - Left hand side in division.rht - Right hand side in division.