@Beta
public interface JavaFileScannerContext
Modifier and Type | Interface and Description |
---|---|
static class |
JavaFileScannerContext.Location |
CompilationUnitTree getTree()
String getFileKey()
File getFile()
JavaVersion getJavaVersion()
boolean fileParsed()
List<Tree> getMethodComplexityNodes(ClassTree enclosingClass, MethodTree methodTree)
void reportIssue(JavaCheck javaCheck, Tree tree, String message, List<JavaFileScannerContext.Location> secondaryLocations, @Nullable Integer cost)
Copyright © 2012–2016 SonarSource. All rights reserved.