| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.antlr |
Helpers for ANTLR and StringTemplate objects.
|
| de.vandermeer.skb.interfaces.categories.has |
Things that “have” something.
|
| de.vandermeer.skb.interfaces.document |
Base for document elements, such as paragraph and list.
|
| de.vandermeer.skb.interfaces.messagesets |
Message sets.
|
| de.vandermeer.skb.interfaces.objctxt |
Contexts for objects.
|
| de.vandermeer.skb.interfaces.render |
Helpers for renderering things.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsAntlrRuntimeObject
Interface for objects that represent ANTLR runtime objects
(which have source, line, column, and other characteristics).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasDescription
Interface of objects that have a description.
|
interface |
HasHeading
Interface for objects that have a heading.
|
interface |
HasPrompt
Interface for objects that have a prompt.
|
interface |
HasToDoc
Interface for objects that have a to-documentation method.
|
interface |
HasToLog
Interface for objects that have special log methods.
|
interface |
HasToLogContainment
Interface for objects that have special log methods.
|
interface |
HasToLogForValues
Interface for objects that have special log methods.
|
interface |
HasToStringStyle
A ToStringStyle for objects with default style.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsDocumentElement
An element of a document, for instance a paragraph.
|
interface |
IsList
A list as a document element.
|
interface |
IsParagraph
A paragraph as a document element.
|
interface |
IsTable
A table as a document element.
|
interface |
IsTableCell
A table cell, part of a table row with content.
|
interface |
IsTableRow
A table row.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasErrorSet<M>
Things that “have” an error message set.
|
interface |
HasInfoSet<M>
Things that “have” an information message set.
|
interface |
HasMessageSet
Interface for objects that have message sets.
|
interface |
HasWarningSet<M>
Things that “have” a warning message set.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasObjectContext
Interface for objects that have a context object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasRenderContext
Interface for objects that use a render context.
|
interface |
HasRenderer
Interface for objects that have a renderer.
|
interface |
HasText
Interface for objects that do provide a text representation.
|
interface |
HasTextCluster
Interface for objects that do provide a cluster (iterable, iterator, and array) of text as textual representation.
|
Copyright © 2016–2017. All rights reserved.