| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.antlr |
Helpers for ANTLR and StringTemplate objects.
|
| Class and 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).
|
Copyright © 2016–2017. All rights reserved.