java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.parser.Scanner
org.aspectj.org.eclipse.jdt.internal.codeassist.select.SelectionScanner
All Implemented Interfaces:
TerminalTokens

public class SelectionScanner extends Scanner
  • Field Details

    • selectionIdentifier

      public char[] selectionIdentifier
    • selectionStart

      public int selectionStart
    • selectionEnd

      public int selectionEnd
  • Constructor Details

    • SelectionScanner

      public SelectionScanner(long sourceLevel, boolean previewEnabled)
  • Method Details