public abstract class CategorizedElement
extends java.lang.Object
This class can be extended by categorizable list element classes. An object of a derived class can either be a category or a plain element which belongs to a category.
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
category
Indicates if the element is a category (true) or a plain syntax element (false)
|
| Constructor and Description |
|---|
CategorizedElement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCategory()
Indicates if the element is a category or a plain element.
|