That the related API-s are not public or are public but marked as
internal/deprecated is because FM doesn't provide backward
compatibility there. So you might as well copy them into your package
and change the visibilities, etc.

What exactly do you want to achieve?


Thursday, September 10, 2015, 11:33:42 AM, Malte Brunnlieb wrote:

> Hi all,
>
> due to my current research, I try to access FreeMarkers Parser and/or
> Lexer appropriately, but it seems, that you have already successfully
> hidden the most necessary classes to do so.
> The only thing, I am currently able to do is to get the parsed element
> root. Nevertheless, also this API seems to be deprecated. 
>
> I also tried to work directly with the FTL.jj defintion, but you adapted
> the API of the Parser and Lexer Exceptions I cannot simply reuse from
> your library. 
>
> I know that my issue is a very special and advanced use case, but do you
> see any possibility to work with the latest FreeMarker Lexer/Parser by
> simple library reuse? 
>
> Best Regards,
> Malte 
>
>  

-- 
Thanks,
 Daniel Dekany

Reply via email to