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 GhostStateMethods in liquidjava.processor.context that return types with arguments of type GhostStateModifier and TypeMethodDescriptionContext.getGhostState()Context.getGhostState(String s) GhostParentState.getStates()Methods in liquidjava.processor.context with parameters of type GhostStateModifier and TypeMethodDescriptionvoidGhostParentState.addState(GhostState s) voidContext.addToGhostClass(String klass, GhostState gs) -
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, String wild_var, String this_var, spoon.reflect.cu.SourcePosition p, spoon.reflect.factory.Factory f) voidVCChecker.processSubtyping(Predicate expectedType, List<GhostState> list, String wild_var, String this_var, spoon.reflect.declaration.CtElement element, spoon.reflect.factory.Factory f) voidVCChecker.processSubtyping(Predicate type, Predicate expectedType, List<GhostState> list, String wild_var, String this_var, spoon.reflect.declaration.CtElement element, String string, 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, ErrorEmitter ee) 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)