Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.core.ITypeRoot
Packages, die ITypeRoot verwenden
Package
Beschreibung
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Verwendungen von ITypeRoot in org.aspectj.org.eclipse.jdt.core
Unterschnittstellen von ITypeRoot in org.aspectj.org.eclipse.jdt.coreModifizierer und TypSchnittstelleBeschreibunginterfaceRepresents a single.classfile, holding the binary form of either a type or a module: A class file of typeIOrdinaryClassFilehas a single child of typeIType, a class file of typeIModularClassFilehas a single child of typeIModuleDescription. Class file elements need to be opened before they can be navigated.interfaceRepresents an entire Java compilation unit (source file with one of theJava-like extensions).interfaceRepresents the class file of a module description ("module-info.class").interfaceOrdinary form of aIClassFilewhich holds exactly oneIType.Methoden in org.aspectj.org.eclipse.jdt.core, die ITypeRoot zurückgebenModifizierer und TypMethodeBeschreibungILocalVariable.getTypeRoot()Returns the Java type root in which this local variable is declared.IMember.getTypeRoot()Returns the Java type root in which this member is declared.ITypeParameter.getTypeRoot()Returns the Java type root in which this type parameter is declared. -
Verwendungen von ITypeRoot in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom, die ITypeRoot zurückgebenModifizierer und TypMethodeBeschreibungCompilationUnit.getTypeRoot()The Java type root (acompilation unitor aclass file) this compilation unit was created from, ornullif it was not created from a Java type root.Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ ITypeRootModifizierer und TypMethodeBeschreibungstatic ASTNodeMaps a selection to an ASTNode, where the selection is given by a start and a length.voidSets the source code to be parsed.voidSets the source code to be parsed. -
Verwendungen von ITypeRoot in org.aspectj.org.eclipse.jdt.internal.codeassist
Methoden in org.aspectj.org.eclipse.jdt.internal.codeassist mit Parametern vom Typ ITypeRootModifizierer und TypMethodeBeschreibungvoidCompletionEngine.complete(ICompilationUnit sourceUnit, int completionPosition, int pos, ITypeRoot root) Ask the engine to compute a completion at the specified position of the given compilation unit.protected voidInternalCompletionContext.setExtendedData(ITypeRoot typeRoot, CompilationUnitDeclaration compilationUnitDeclaration, LookupEnvironment lookupEnvironment, Scope scope, ASTNode astNode, ASTNode astNodeParent, WorkingCopyOwner owner, CompletionParser parser) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.codeassist mit Parametern vom Typ ITypeRootModifiziererKonstruktorBeschreibungInternalExtendedCompletionContext(InternalCompletionContext completionContext, ITypeRoot typeRoot, CompilationUnitDeclaration compilationUnitDeclaration, LookupEnvironment lookupEnvironment, Scope assistScope, ASTNode assistNode, ASTNode assistNodeParent, WorkingCopyOwner owner, CompletionParser parser) -
Verwendungen von ITypeRoot in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Klassen in org.aspectj.org.eclipse.jdt.internal.codeassist.impl, die ITypeRoot implementieren -
Verwendungen von ITypeRoot in org.aspectj.org.eclipse.jdt.internal.core
Klassen in org.aspectj.org.eclipse.jdt.internal.core, die ITypeRoot implementierenModifizierer und TypKlasseBeschreibungclassCommon parts of ClassFile (containing a BinaryType) and ModularClassFile (containing a BinaryModule).classclassA working copy on anIClassFile.classclassA handle to a modular class file.Felder in org.aspectj.org.eclipse.jdt.internal.core mit Typparametern vom Typ ITypeRootModifizierer und TypFeldBeschreibungprotected ElementCache<ITypeRoot>JavaModelCache.openableCacheCache of open compilation unit and class filesMethoden in org.aspectj.org.eclipse.jdt.internal.core, die ITypeRoot zurückgebenModifizierer und TypMethodeBeschreibungAbstractClassFile.getTypeRoot()AbstractModule.AutoModule.getTypeRoot()CompilationUnit.getTypeRoot()LocalVariable.getTypeRoot()Returns the Java type root in which this local variable is declared.Member.getTypeRoot()TypeParameter.getTypeRoot()Returns the Java type root in which this type parameter is declared.Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ ITypeRootModifizierer und TypMethodeBeschreibungprotected voidOpenable.codeComplete(ICompilationUnit cu, ICompilationUnit unitToSkip, int position, CompletionRequestor requestor, WorkingCopyOwner owner, ITypeRoot typeRoot, org.eclipse.core.runtime.IProgressMonitor monitor)