CompilationUnitExtension extension

on
  • CompilationUnit

Properties

fileHeader List<Token>

Available on CompilationUnit, provided by the CompilationUnitExtension extension

Return the list of tokens that comprise the file header comment for this compilation unit.
no setter

Methods

findPossibleLocalVariableConflicts(int offset) Set<String>

Available on CompilationUnit, provided by the CompilationUnitExtension extension

Returns names of elements that might conflict with a new local variable declared at offset.