Class OperationsChecker
java.lang.Object
liquidjava.processor.refinement_checker.general_checkers.OperationsChecker
Auxiliar class for handling the type checking of Unary and Binary operations
- Author:
- Catarina Gamboa
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> voidgetBinaryOpRefinements(spoon.reflect.code.CtBinaryOperator<T> operator) Finds and adds refinement metadata to the binary operation<T> voidgetUnaryOpRefinements(spoon.reflect.code.CtUnaryOperator<T> operator) Finds and adds refinement metadata to the unary operation
-
Constructor Details
-
OperationsChecker
-
-
Method Details
-
getBinaryOpRefinements
-
getUnaryOpRefinements
-