Using ANTLR v3 and the CSharp2 language specifier, is there any way to indicate that you want the generated lexer or parser to be internal versus the default of public?
The namespace is specified with:
@lexer::namespace {My.Namespace}
and I would assume something similar exists for the access specifier, but I have been unable to find it.