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 multiplicationrht
- right hand side in multiplication@Nullable AnnotationMirror division(AnnotatedTypeMirror lht, AnnotatedTypeMirror rht)
lht
- left hand side in divisionrht
- right hand side in division