Class PublicScanner

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.PublicScanner
All Implemented Interfaces:
IScanner, ITerminalSymbols

public class PublicScanner extends Object implements IScanner, ITerminalSymbols
This class acts as a facade to the internal Scanner implementation and delegates all the work to the internal Scanner instance.

Note for maintainers No additional logic should be added here except adopting NON-API constants returned by getNextToken() from TerminalTokens to ITerminalSymbols.