Package | Description |
---|---|
org.sonar.java.cfg | |
org.sonar.java.model.declaration | |
org.sonar.java.resolve | |
org.sonar.plugins.java.api.tree |
Provides interfaces to represent Java source code as syntax tree.
|
Modifier and Type | Method and Description |
---|---|
Symbol.MethodSymbol |
CFG.methodSymbol() |
Constructor and Description |
---|
VariableReadExtractor(Symbol.MethodSymbol methodSymbol,
boolean includeFields) |
Modifier and Type | Method and Description |
---|---|
Symbol.MethodSymbol |
MethodTreeImpl.symbol() |
Modifier and Type | Class and Description |
---|---|
static class |
JavaSymbol.MethodJavaSymbol
Represents a method, constructor or initializer (static or instance).
|
Modifier and Type | Method and Description |
---|---|
Symbol.MethodSymbol |
MethodTree.symbol() |
Copyright © 2012–2016 SonarSource. All rights reserved.