Uses of Class
liquidjava.processor.context.GhostState
Packages that use GhostState
Package
Description
-
Uses of GhostState in liquidjava.processor.context
Methods in liquidjava.processor.context that return types with arguments of type GhostStateMethods in liquidjava.processor.context with parameters of type GhostState -
Uses of GhostState in liquidjava.processor.refinement_checker
Method parameters in liquidjava.processor.refinement_checker with type arguments of type GhostStateModifier and TypeMethodDescriptionbooleanVCChecker.canProcessSubtyping(Predicate type, Predicate expectedType, List<GhostState> list, spoon.reflect.cu.SourcePosition position, spoon.reflect.factory.Factory f) voidVCChecker.processSubtyping(Predicate expectedType, List<GhostState> list, spoon.reflect.declaration.CtElement element, spoon.reflect.factory.Factory f) voidVCChecker.processSubtyping(Predicate type, Predicate expectedType, List<GhostState> list, spoon.reflect.declaration.CtElement element, spoon.reflect.factory.Factory f) -
Uses of GhostState in liquidjava.rj_language
Methods in liquidjava.rj_language that return types with arguments of type GhostStateMethod parameters in liquidjava.rj_language with type arguments of type GhostStateModifier and TypeMethodDescriptionPredicate.changeStatesToRefinements(List<GhostState> ghostState, String[] toChange) Predicate.getStateInvocations(List<GhostState> lgs) -
Uses of GhostState in liquidjava.smt
Method parameters in liquidjava.smt with type arguments of type GhostStateModifier and TypeMethodDescriptionstatic voidTranslatorContextToZ3.addGhostStates(com.microsoft.z3.Context z3, List<GhostState> ghostState, Map<String, com.microsoft.z3.FuncDecl<?>> funcTranslation)