| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.ast.visitors | |
| org.sonar.java.resolve |
| Modifier and Type | Method and Description |
|---|---|
static String |
PrinterVisitor.print(Tree tree,
SemanticModel semanticModel) |
| Constructor and Description |
|---|
PrinterVisitor(SemanticModel semanticModel) |
| Modifier and Type | Method and Description |
|---|---|
SemanticModel |
SubscriptionVisitor.getSemanticModel() |
| Constructor and Description |
|---|
SonarSymbolTableVisitor(org.sonar.api.source.Symbolizable symbolizable,
SemanticModel semanticModel) |
| Modifier and Type | Method and Description |
|---|---|
static SemanticModel |
SemanticModel.createFor(CompilationUnitTree tree,
List<File> projectClasspath) |
| Constructor and Description |
|---|
FirstPass(SemanticModel semanticModel,
Symbols symbols,
Resolve resolve,
TypeAndReferenceSolver typeAndReferenceSolver) |
LabelsVisitor(SemanticModel semanticModel) |
SecondPass(SemanticModel semanticModel,
Symbols symbols,
TypeAndReferenceSolver typeAndReferenceSolver) |
TypeAndReferenceSolver(SemanticModel semanticModel,
Symbols symbols,
Resolve resolve,
ParametrizedTypeCache parametrizedTypeCache) |
Copyright © 2012–2015 SonarSource. All rights reserved.