| java.lang.Object de.uka.ilkd.key.rule.TacletAttributes
TacletAttributes | public class TacletAttributes (Code) | | |
TacletAttributes | public TacletAttributes()(Code) | | |
addOldName | public void addOldName(String s)(Code) | | adds an old name to the list of old names
|
noninteractive | public boolean noninteractive()(Code) | | returns true if the interactive option is set
|
oldNames | public ListOfName oldNames()(Code) | | |
setDisplayName | public void setDisplayName(String s)(Code) | | sets an optional display name (presented to the user)
|
setNoninteractive | public void setNoninteractive(boolean ni)(Code) | | sets the noninteractive flag to the given value.
|
|
|