I have something like the following in a combined parser/lexer
grammar. I want this to be visible to the lexer, but it isn't.
@members {
myClass mine = new myClass();
}
How can I pass the myClass reference to the lexer grammar?