public static enum Taclet.TacletLabelHint.TacletOperation extends java.lang.Enum<Taclet.TacletLabelHint.TacletOperation>
Taclet performs.| Enum Constant and Description |
|---|
ADD_ANTECEDENT
Add clause of a
Taclet applied to the antecedent. |
ADD_SUCCEDENT
Add clause of a
Taclet applied to the succedent. |
REPLACE_AT_ANTECEDENT
Replace clause of a
Taclet provides a Sequent and currently the current PosInOccurrence on the antecedent is modified. |
REPLACE_AT_SUCCEDENT
Replace clause of a
Taclet provides a Sequent and currently the current PosInOccurrence on the succedent is modified. |
REPLACE_TERM
|
REPLACE_TO_ANTECEDENT
|
REPLACE_TO_SUCCEDENT
|
| Modifier and Type | Method and Description |
|---|---|
static Taclet.TacletLabelHint.TacletOperation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Taclet.TacletLabelHint.TacletOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Taclet.TacletLabelHint.TacletOperation ADD_ANTECEDENT
Taclet applied to the antecedent.
Available information are Taclet.TacletLabelHint.getSequent() and Taclet.TacletLabelHint.getSequentFormula().public static final Taclet.TacletLabelHint.TacletOperation ADD_SUCCEDENT
Taclet applied to the succedent.
Available information are Taclet.TacletLabelHint.getSequent() and Taclet.TacletLabelHint.getSequentFormula().public static final Taclet.TacletLabelHint.TacletOperation REPLACE_TO_ANTECEDENT
Taclet provides a Sequent and currently additional adds to the antecedent are performed.
Available information are Taclet.TacletLabelHint.getSequent() and Taclet.TacletLabelHint.getSequentFormula().public static final Taclet.TacletLabelHint.TacletOperation REPLACE_AT_SUCCEDENT
Taclet provides a Sequent and currently the current PosInOccurrence on the succedent is modified.
Available information are Taclet.TacletLabelHint.getSequent() and Taclet.TacletLabelHint.getSequentFormula().public static final Taclet.TacletLabelHint.TacletOperation REPLACE_AT_ANTECEDENT
Taclet provides a Sequent and currently the current PosInOccurrence on the antecedent is modified.
Available information are Taclet.TacletLabelHint.getSequent() and Taclet.TacletLabelHint.getSequentFormula().public static final Taclet.TacletLabelHint.TacletOperation REPLACE_TO_SUCCEDENT
Taclet provides a Sequent and currently additional adds to the succedent are performed.
Available information are Taclet.TacletLabelHint.getSequent() and Taclet.TacletLabelHint.getSequentFormula().public static final Taclet.TacletLabelHint.TacletOperation REPLACE_TERM
Taclet provides a Term which is currently used to modify the PosInOccurrence.
Available information are Taclet.TacletLabelHint.getTerm().public static Taclet.TacletLabelHint.TacletOperation[] values()
for (Taclet.TacletLabelHint.TacletOperation c : Taclet.TacletLabelHint.TacletOperation.values()) System.out.println(c);
public static Taclet.TacletLabelHint.TacletOperation valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null