public class AntecTacletBuilder extends FindTacletBuilder<AntecTaclet>
TacletBuilder.TacletBuilderException| Modifier and Type | Field and Description | 
|---|---|
private boolean | 
ignoreTopLevelUpdates  | 
findattrs, choices, goal2Choices, goals, ifseq, name, NONAME, ruleSets, taclet, tacletAnnotations, variableConditions, varsNew, varsNewDependingOn, varsNotFreeIn| Constructor and Description | 
|---|
AntecTacletBuilder()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addTacletGoalTemplate(TacletGoalTemplate goal)
adds a new goal descriptions to the goal descriptions of the Taclet. 
 | 
AntecTaclet | 
getAntecTaclet()
builds and returns the AntecTaclet that is specified by
 former set... / add... methods. 
 | 
AntecTaclet | 
getTaclet()
builds and returns the Taclet that is specified by
 former set... / add... methods. 
 | 
AntecTacletBuilder | 
setFind(Term findTerm)
sets the find of the Taclet that is to build to the given
 term, if the sort of the given term is of Sort.FORMULA otherwise
 nothing happens. 
 | 
void | 
setIgnoreTopLevelUpdates(boolean ignore)  | 
checkBoundInIfAndFind, getFindaddGoal2ChoicesMapping, addRuleSet, addVariableCondition, addVarsNew, addVarsNew, addVarsNew, addVarsNew, addVarsNewDependingOn, addVarsNotFreeIn, addVarsNotFreeIn, addVarsNotFreeIn, addVarsNotFreeIn, checkContainsFreeVarSV, checkContainsFreeVarSV, getChoices, getGoal2Choices, getName, getTacletWithoutInactiveGoalTemplates, goalTemplates, ifSequent, setAnnotations, setChoices, setDisplayName, setHelpText, setIfSequent, setName, setRuleSets, setTacletGoalTemplates, setTrigger, varsNotFreeInpublic AntecTacletBuilder setFind(Term findTerm)
public void addTacletGoalTemplate(TacletGoalTemplate goal)
addTacletGoalTemplate in class TacletBuilder<AntecTaclet>public AntecTaclet getTaclet()
getTaclet in class TacletBuilder<AntecTaclet>public AntecTaclet getAntecTaclet()
public void setIgnoreTopLevelUpdates(boolean ignore)