| java.lang.Object de.uka.ilkd.key.strategy.RuleAppContainer de.uka.ilkd.key.strategy.TacletAppContainer de.uka.ilkd.key.strategy.FindTacletAppContainer
FindTacletAppContainer | public class FindTacletAppContainer extends TacletAppContainer (Code) | | Instances of this class are immutable
|
isStillApplicable | protected boolean isStillApplicable(Goal p_goal)(Code) | | true iff the stored rule app is applicable for the given sequent,i.e. if the find-position does still exist (if-formulas are notconsidered) |
Fields inherited from de.uka.ilkd.key.strategy.TacletAppContainer | final protected static IfInstCache ifInstCache(Code)(Java Doc)
|
Methods inherited from de.uka.ilkd.key.strategy.TacletAppContainer | public RuleApp completeRuleApp(Goal p_goal, Strategy strategy)(Code)(Java Doc) static ListOfRuleAppContainer createAppContainers(NoPosTacletApp p_app, Goal p_goal, Strategy p_strategy)(Code)(Java Doc) static ListOfRuleAppContainer createAppContainers(NoPosTacletApp p_app, PosInOccurrence p_pio, Goal p_goal, Strategy p_strategy)(Code)(Java Doc) protected static TacletAppContainer createContainer(RuleApp p_app, PosInOccurrence p_pio, Goal p_goal, Strategy p_strategy, boolean p_initial)(Code)(Java Doc) public ListOfRuleAppContainer createFurtherApps(Goal p_goal, Strategy p_strategy)(Code)(Java Doc) public long getAge()(Code)(Java Doc) protected PosInOccurrence getPosInOccurrence(Goal p_goal)(Code)(Java Doc) protected NoPosTacletApp getTacletApp()(Code)(Java Doc) protected boolean ifFormulasStillValid(Goal p_goal)(Code)(Java Doc) abstract protected boolean isStillApplicable(Goal p_goal)(Code)(Java Doc)
|
|
|