public interface Declaration extends Rule<Term<?>>, PrettyOutput, Comparable<Declaration>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Declaration.Source
The declaration source information.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty()
Obtains the property name.
|
Declaration.Source |
getSource() |
boolean |
isImportant() |
void |
setImportant(boolean important) |
void |
setProperty(String property)
Sets the property name.
|
void |
setSource(Declaration.Source src) |
asList, replaceAll, unlockadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamtoStringcompareToboolean isImportant()
void setImportant(boolean important)
String getProperty()
void setProperty(String property)
property - the property to setDeclaration.Source getSource()
void setSource(Declaration.Source src)
Copyright © 2019. All rights reserved.