Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Question about the formatter's own Token class

Why does the formatter have it's own Token class (org.eclipse.cdt.internal.formatter.scanner.Token) and does not use the token constants from org.eclipse.cdt.core.parser.IToken? The constants even have the same names and values as it seems. 

Is there a reason org.eclipse.cdt.internal.formatter.scanner.Token does not just implement IToken I am missing?

Thanks!

Back to the top