Uses of Class
liquidjava.processor.context.Context
Packages that use Context
Package
Description
-
Uses of Context in liquidjava.processor.ann_generation
Methods in liquidjava.processor.ann_generation that return ContextConstructors in liquidjava.processor.ann_generation with parameters of type ContextModifierConstructorDescriptionFieldGhostsGeneration(Context context, spoon.reflect.factory.Factory factory) -
Uses of Context in liquidjava.processor.context
Methods in liquidjava.processor.context that return ContextMethods in liquidjava.processor.context with parameters of type ContextModifier and TypeMethodDescriptionRefinedFunction.getRenamedRefinements(Context c, spoon.reflect.declaration.CtElement element) -
Uses of Context in liquidjava.processor.refinement_checker
Methods in liquidjava.processor.refinement_checker that return ContextConstructors in liquidjava.processor.refinement_checker with parameters of type ContextModifierConstructorDescriptionExternalRefinementTypeChecker(Context context, spoon.reflect.factory.Factory factory) MethodsFirstChecker(Context context, spoon.reflect.factory.Factory factory) RefinementTypeChecker(Context context, spoon.reflect.factory.Factory factory) TypeChecker(Context context, spoon.reflect.factory.Factory factory) -
Uses of Context in liquidjava.rj_language
Methods in liquidjava.rj_language with parameters of type ContextModifier and TypeMethodDescriptionPredicate.changeAliasToRefinement(Context context, spoon.reflect.factory.Factory f) -
Uses of Context in liquidjava.rj_language.ast
Methods in liquidjava.rj_language.ast with parameters of type ContextModifier and TypeMethodDescriptionExpression.changeAlias(Map<String, AliasDTO> alias, Context ctx, spoon.reflect.factory.Factory f) -
Uses of Context in liquidjava.rj_language.ast.typing
Methods in liquidjava.rj_language.ast.typing with parameters of type ContextModifier and TypeMethodDescriptionstatic booleanTypeInfer.checkCompatibleType(String type, Expression e, Context ctx, spoon.reflect.factory.Factory factory) static Optional<spoon.reflect.reference.CtTypeReference<?>> TypeInfer.getType(Context ctx, spoon.reflect.factory.Factory factory, Expression e) -
Uses of Context in liquidjava.smt
Methods in liquidjava.smt with parameters of type ContextModifier and TypeMethodDescriptionvoidSMTEvaluator.verifySubtype(Predicate subRef, Predicate supRef, Context c) Constructors in liquidjava.smt with parameters of type Context