public interface UnitsRelations
| Modifier and Type | Method and Description | 
|---|---|
@Nullable javax.lang.model.element.AnnotationMirror | 
division(AnnotatedTypeMirror lht,
        AnnotatedTypeMirror rht)
Called for the division of type lht and rht. 
 | 
UnitsRelations | 
init(javax.annotation.processing.ProcessingEnvironment env)
Initialize the object. 
 | 
@Nullable javax.lang.model.element.AnnotationMirror | 
multiplication(AnnotatedTypeMirror lht,
              AnnotatedTypeMirror rht)
Called for the multiplication of type lht and rht. 
 | 
UnitsRelations init(javax.annotation.processing.ProcessingEnvironment env)
env - the ProcessingEnvironment to use@Nullable javax.lang.model.element.AnnotationMirror multiplication(AnnotatedTypeMirror lht, AnnotatedTypeMirror rht)
lht - left hand side in multiplicationrht - right hand side in multiplication@Nullable javax.lang.model.element.AnnotationMirror division(AnnotatedTypeMirror lht, AnnotatedTypeMirror rht)
lht - left hand side in divisionrht - right hand side in division