Uses of Class
liquidjava.processor.context.RefinedFunction
Packages that use RefinedFunction
Package
Description
-
Uses of RefinedFunction in liquidjava.processor.context
Methods in liquidjava.processor.context that return RefinedFunctionMethods in liquidjava.processor.context that return types with arguments of type RefinedFunctionMethods in liquidjava.processor.context with parameters of type RefinedFunction -
Uses of RefinedFunction in liquidjava.processor.refinement_checker.general_checkers
Methods in liquidjava.processor.refinement_checker.general_checkers that return RefinedFunctionModifier and TypeMethodDescriptionMethodsFunctionsChecker.getRefinementFunction(String methodName, String className, int size) -
Uses of RefinedFunction in liquidjava.processor.refinement_checker.object_checkers
Methods in liquidjava.processor.refinement_checker.object_checkers with parameters of type RefinedFunctionModifier and TypeMethodDescriptionstatic <R> voidAuxHierarchyRefinementsPassage.checkFunctionInSupertypes(spoon.reflect.declaration.CtClass<?> klass, spoon.reflect.declaration.CtMethod<R> method, RefinedFunction f, TypeChecker tc) static voidAuxStateHandler.checkTargetChanges(TypeChecker tc, RefinedFunction f, spoon.reflect.code.CtExpression<?> target2, Map<String, String> map, spoon.reflect.declaration.CtElement invocation) Checks the changes in the state of the targetstatic voidAuxStateHandler.constructorStateMetadata(String refKey, RefinedFunction f, Map<String, String> map, spoon.reflect.code.CtConstructorCall<?> ctConstructorCall) Sets the new state acquired from the constructor callstatic voidAuxStateHandler.handleConstructorState(spoon.reflect.declaration.CtConstructor<?> c, RefinedFunction f, TypeChecker tc) Handles the passage of the written state annotations to the context for Constructorsstatic voidAuxStateHandler.handleMethodState(spoon.reflect.declaration.CtMethod<?> method, RefinedFunction f, TypeChecker tc, String prefix) Handles the passage of the written state annotations to the context for regular Methodsstatic voidAuxStateHandler.setDefaultState(RefinedFunction f, TypeChecker tc) Sets a default state where all ghost states are initialized to their default values