[prev in list] [next in list] [prev in thread] [next in thread] 

List:       stringtemplate-interest
Subject:    [stringtemplate-interest] Re: [antlr-interest] StringTemplate +
From:       parrt () cs ! usfca ! edu (Terence Parr)
Date:       2005-11-08 22:40:17
Message-ID: AFE6DF3C-4833-4825-AE19-DD35E5F7257E () cs ! usfca ! edu
[Download RAW message or body]

> Nope, newlines are being sent to the parser as well (although EOL+
> becomes EOL). Where are the fields for this linked list in the  
> Token? I
> can't see it in the code API on the web nor in the source  
> (*Token.java).

Must be hanging out in the CommonHiddenStreamToken object.  Yep,

public class CommonHiddenStreamToken extends CommonToken {
     protected CommonHiddenStreamToken hiddenBefore;
     protected CommonHiddenStreamToken hiddenAfter;
...
}

manual linked list. ;)

> PS: Thanks for your help!

At your service :)

Ter

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic