Interface | Description |
---|---|
TypedNameDeclaration | |
TypeSet.Resolver |
TODO should Resolver provide a canResolve() and a resolve()?
Requiring 2 calls seems clunky...
|
Class | Description |
---|---|
AbstractJavaScope |
Provides the basic java scope implementation
|
Applier | |
ClassNameDeclaration | |
ClassScope |
This scope represents one Java class.
|
ImageFinderFunction | |
JavaNameOccurrence | |
LocalScope |
A LocalScope can have variable declarations and class declarations within it.
|
MethodNameDeclaration | |
MethodScope |
A Method Scope can have variable declarations and class declarations within it.
|
NameFinder | |
OccurrenceFinder | |
ScopeAndDeclarationFinder |
Visitor for scope creation.
|
Search | |
SourceFileScope |
This scope is the outer most scope of a Java file.
|
SymbolFacade | |
TypeSet |
Keeps track of the types encountered in a ASTCompilationUnit
|
TypeSet.CurrentPackageResolver | |
TypeSet.ExplicitImportResolver | |
TypeSet.FullyQualifiedNameResolver | |
TypeSet.ImplicitImportResolver | |
TypeSet.ImportOnDemandResolver | |
TypeSet.PrimitiveTypeResolver | |
TypeSet.VoidResolver | |
VariableNameDeclaration | |
VariableUsageFinderFunction |
Copyright © 2002–2014 InfoEther. All rights reserved.