See: Description
| Interface | Description |
|---|---|
| Antlr_To_Column |
A transformer that takes an ANTLR runtime object and returns an integer for the column (of the first token).
|
| Antlr_To_FileName |
A transformer that takes an ANTLR runtime object and returns aits souce file name (of the first token).
|
| Antlr_To_Line |
A transformer that takes an ANTLR runtime object and returns an integer for the line (of the first token).
|
| Antlr_To_Text |
Transforms ANTLR runtime objects to text.
|
| IsAntlrRuntimeObject |
Interface for objects that represent ANTLR runtime objects
(which have source, line, column, and other characteristics).
|
| IsST |
Interface for objects that represent String Template (ST) objects
(for which one can check chunks etc).
|
| IsSTGroup |
Interface for objects that represent String Template Group (STG) objects
(for which one can check chunks, get name, etc).
|
Helpers for ANTLR and StringTemplate objects.
Copyright © 2016–2017. All rights reserved.