| Interface | Description |
|---|---|
| IExtractedValue<T extends java.io.Serializable> |
Describes a value extracted by an
IGlobalExtractionPhase. |
| IGlobalExtractionPhase<T extends IExtractedValue<D>,D extends java.io.Serializable> |
A global extraction phase allows to provide global information to a custom
check.
|
| ITokenElementContext |
Context interface for accessing different views of a token element.
|
| Enum | Description |
|---|---|
| ECodeViewOption |
Enum specifying which code representation should be retrieved or which code
representation is used as base for finding generation.
|
| ECodeViewOption.ETextViewOption |
Options for processing which is done on the file content (plain text) before
scanning.
|
| ECodeViewOption.ETokenViewOption |
Options for processing which is done on the token stream after scanning and
before parsing.
|