|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ImportReference in org.eclipse.jdt.core.tests.compiler.parser |
---|
Methods in org.eclipse.jdt.core.tests.compiler.parser with parameters of type ImportReference | |
---|---|
void |
TestSourceElementRequestor.acceptPackage(ImportReference importReference)
acceptPackage method comment. |
void |
SourceElementParserTest.acceptPackage(ImportReference importReference)
acceptPackage method comment. |
Uses of ImportReference in org.eclipse.jdt.internal.codeassist.complete |
---|
Subclasses of ImportReference in org.eclipse.jdt.internal.codeassist.complete | |
---|---|
class |
CompletionOnImportReference
|
class |
CompletionOnKeyword2
|
class |
CompletionOnPackageReference
|
Methods in org.eclipse.jdt.internal.codeassist.complete that return ImportReference | |
---|---|
ImportReference |
CompletionParser.createAssistImportReference(char[][] tokens,
long[] positions,
int mod)
|
ImportReference |
CompletionParser.createAssistPackageReference(char[][] tokens,
long[] positions)
|
Uses of ImportReference in org.eclipse.jdt.internal.codeassist.impl |
---|
Methods in org.eclipse.jdt.internal.codeassist.impl that return ImportReference | |
---|---|
abstract ImportReference |
AssistParser.createAssistImportReference(char[][] tokens,
long[] positions,
int mod)
|
abstract ImportReference |
AssistParser.createAssistPackageReference(char[][] tokens,
long[] positions)
|
Uses of ImportReference in org.eclipse.jdt.internal.codeassist.select |
---|
Subclasses of ImportReference in org.eclipse.jdt.internal.codeassist.select | |
---|---|
class |
SelectionOnImportReference
|
class |
SelectionOnPackageReference
|
Methods in org.eclipse.jdt.internal.codeassist.select that return ImportReference | |
---|---|
ImportReference |
SelectionParser.createAssistImportReference(char[][] tokens,
long[] positions,
int mod)
|
ImportReference |
SelectionParser.createAssistPackageReference(char[][] tokens,
long[] positions)
|
Uses of ImportReference in org.eclipse.jdt.internal.compiler |
---|
Methods in org.eclipse.jdt.internal.compiler with parameters of type ImportReference | |
---|---|
void |
SourceElementRequestorAdapter.acceptPackage(ImportReference importReference)
|
void |
ISourceElementRequestor.acceptPackage(ImportReference importReference)
|
void |
ASTVisitor.endVisit(ImportReference importRef,
CompilationUnitScope scope)
|
boolean |
ASTVisitor.visit(ImportReference importRef,
CompilationUnitScope scope)
|
Uses of ImportReference in org.eclipse.jdt.internal.compiler.ast |
---|
Fields in org.eclipse.jdt.internal.compiler.ast declared as ImportReference | |
---|---|
ImportReference |
CompilationUnitDeclaration.currentPackage
|
ImportReference[] |
CompilationUnitDeclaration.imports
|
Uses of ImportReference in org.eclipse.jdt.internal.compiler.lookup |
---|
Fields in org.eclipse.jdt.internal.compiler.lookup declared as ImportReference | |
---|---|
ImportReference |
ImportBinding.reference
|
Constructors in org.eclipse.jdt.internal.compiler.lookup with parameters of type ImportReference | |
---|---|
ImportBinding(char[][] compoundName,
boolean isOnDemand,
Binding binding,
ImportReference reference)
|
|
ImportConflictBinding(char[][] compoundName,
Binding methodBinding,
ReferenceBinding conflictingTypeBinding,
ImportReference reference)
|
Uses of ImportReference in org.eclipse.jdt.internal.compiler.parser |
---|
Fields in org.eclipse.jdt.internal.compiler.parser declared as ImportReference | |
---|---|
ImportReference |
RecoveredImport.importReference
|
Methods in org.eclipse.jdt.internal.compiler.parser that return ImportReference | |
---|---|
ImportReference |
RecoveredImport.updatedImportReference()
|
Methods in org.eclipse.jdt.internal.compiler.parser with parameters of type ImportReference | |
---|---|
RecoveredElement |
RecoveredUnit.add(ImportReference importReference,
int bracketBalanceValue)
|
RecoveredElement |
RecoveredElement.add(ImportReference importReference,
int bracketBalanceValue)
|
Constructors in org.eclipse.jdt.internal.compiler.parser with parameters of type ImportReference | |
---|---|
RecoveredImport(ImportReference importReference,
RecoveredElement parent,
int bracketBalance)
|
Uses of ImportReference in org.eclipse.jdt.internal.compiler.problem |
---|
Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type ImportReference | |
---|---|
void |
ProblemReporter.cannotImportPackage(ImportReference importRef)
|
void |
ProblemReporter.conflictingImport(ImportReference importRef)
|
void |
ProblemReporter.duplicateImport(ImportReference importRef)
|
void |
ProblemReporter.importProblem(ImportReference importRef,
Binding expectedImport)
|
void |
ProblemReporter.invalidUsageOfStaticImports(ImportReference staticImport)
|
void |
ProblemReporter.unusedImport(ImportReference importRef)
|
Uses of ImportReference in org.eclipse.jdt.internal.core |
---|
Methods in org.eclipse.jdt.internal.core that return ImportReference | |
---|---|
ImportReference[] |
BinaryTypeConverter.buildImports(ClassFileReader reader)
|
Methods in org.eclipse.jdt.internal.core with parameters of type ImportReference | |
---|---|
void |
SourceMapper.acceptPackage(ImportReference importReference)
|
void |
CompilationUnitStructureRequestor.acceptPackage(ImportReference importReference)
|
Uses of ImportReference in org.eclipse.jdt.internal.core.jdom |
---|
Methods in org.eclipse.jdt.internal.core.jdom with parameters of type ImportReference | |
---|---|
void |
SimpleDOMBuilder.acceptPackage(ImportReference importReference)
Deprecated. |
Uses of ImportReference in org.eclipse.jdt.internal.core.search.indexing |
---|
Methods in org.eclipse.jdt.internal.core.search.indexing with parameters of type ImportReference | |
---|---|
void |
SourceIndexerRequestor.acceptPackage(ImportReference importReference)
|
Uses of ImportReference in org.jmlspecs.eclipse.jdt.internal.esc2 |
---|
Methods in org.jmlspecs.eclipse.jdt.internal.esc2 with parameters of type ImportReference | |
---|---|
boolean |
PrintVisitor.visit(ImportReference importRef,
CompilationUnitScope scope)
Deprecated. |
Uses of ImportReference in org.jmlspecs.jml4.fspv |
---|
Methods in org.jmlspecs.jml4.fspv with parameters of type ImportReference | |
---|---|
void |
TraceAstVisitor.endVisit(ImportReference importRef,
CompilationUnitScope scope)
|
boolean |
TraceAstVisitor.visit(ImportReference importRef,
CompilationUnitScope scope)
|
Uses of ImportReference in org.jmlspecs.jml4.rac |
---|
Methods in org.jmlspecs.jml4.rac that return ImportReference | |
---|---|
static ImportReference[] |
RacTranslator.createImportForRacRuntimePackage(CompilationUnitDeclaration cunit)
Creates and returns an import statement to import RAC tuntime package ( org.jmlspecs.jml4.rac.runtime ) if the given compilation
unit doesn't import it; otherwise, returns null. |
Methods in org.jmlspecs.jml4.rac with parameters of type ImportReference | |
---|---|
void |
JavaAstVisitor.endVisit(ImportReference importRef,
CompilationUnitScope scope)
|
void |
DefaultRacAstVisitor.endVisit(ImportReference importRef,
CompilationUnitScope scope)
|
void |
AstDirtyBitsRetriever.endVisit(ImportReference importRef,
CompilationUnitScope scope)
|
void |
AstDirtyBitsRestorer.endVisit(ImportReference importRef,
CompilationUnitScope scope)
|
boolean |
JavaAstVisitor.visit(ImportReference importRef,
CompilationUnitScope scope)
Statement used to reference classes and interfaces declared in other packages. |
boolean |
DefaultRacAstVisitor.visit(ImportReference importRef,
CompilationUnitScope scope)
|
boolean |
AstDirtyBitsRetriever.visit(ImportReference importRef,
CompilationUnitScope scope)
|
boolean |
AstDirtyBitsRestorer.visit(ImportReference importRef,
CompilationUnitScope scope)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |