@ParametersAreNonnullByDefault
| Class | Description |
|---|---|
| AnnotationInstance | |
| AnnotationValue | |
| BytecodeAnnotationVisitor | |
| BytecodeCompleter | |
| BytecodeVisitor | |
| Convert | |
| FirstPass |
Defines scopes and symbols.
|
| Flags | |
| LabelsVisitor | |
| ParametrizedTypeCache | |
| Resolve |
Routines for name resolution.
|
| Resolve.AccessErrorSymbol | |
| Resolve.AmbiguityErrorSymbol | |
| Resolve.SymbolNotFound | |
| Scope |
Represents an area of visibility.
|
| Scope.StarImportScope | |
| Scope.StaticStarImportScope | |
| SecondPass |
Completes hierarchy of types.
|
| SemanticModel | |
| Symbol | |
| Symbol.MethodSymbol |
Represents a method, constructor or initializer (static or instance).
|
| Symbol.PackageSymbol |
Represents package.
|
| Symbol.TypeSymbol |
Represents a class, interface, enum or annotation type.
|
| Symbol.TypeVariableSymbol |
Represents type variable of a parametrized type ie: T in class Foo
|
| Symbol.VariableSymbol |
Represents a field, enum constant, method or constructor parameter, local variable, resource variable or exception parameter.
|
| SymbolMetadata | |
| Symbols |
Predefined symbols.
|
| Type | |
| Type.ArrayType | |
| Type.ClassType | |
| Type.MethodType | |
| Type.ParametrizedTypeType | |
| Type.TypeVariableType | |
| TypeAndReferenceSolver |
Computes types and references of Identifier and MemberSelectExpression.
|
| Types |
Copyright © 2012–2015 SonarSource. All rights reserved.