public interface UnitsRelations
Modifier and Type | Method and Description |
---|---|
@Nullable AnnotationMirror |
division(@Mutable AnnotatedTypeMirror p1,
@Mutable AnnotatedTypeMirror p2)
Called for the division of type p1 and p2.
|
UnitsRelations |
init(AnnotationUtils annos,
ProcessingEnvironment env)
Initialize the object.
|
@Nullable AnnotationMirror |
multiplication(@Mutable AnnotatedTypeMirror p1,
@Mutable AnnotatedTypeMirror p2)
Called for the multiplication of type p1 and p2.
|
UnitsRelations init(AnnotationUtils annos, ProcessingEnvironment env)
annos
- The AnnotationUtils to use.env
- The ProcessingEnvironment to use.@Nullable AnnotationMirror multiplication(@Mutable AnnotatedTypeMirror p1, @Mutable AnnotatedTypeMirror p2)
p1
- LHS in multiplication.p2
- RHS in multiplication.@Nullable AnnotationMirror division(@Mutable AnnotatedTypeMirror p1, @Mutable AnnotatedTypeMirror p2)
p1
- LHS in division.p2
- RHS in division.