Klasse SimpleDOMBuilder
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ReferenceInfoAdapter
org.aspectj.org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
org.aspectj.org.eclipse.jdt.internal.core.jdom.SimpleDOMBuilder
- Alle implementierten Schnittstellen:
ISourceElementRequestor,ILineStartFinder
Veraltet.
The JDOM was made obsolete by the addition in 2.0 of the more
powerful, fine-grained DOM/AST API found in the
org.aspectj.org.eclipse.jdt.core.dom package.
A DOM builder that uses the SourceElementParser
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.aspectj.org.eclipse.jdt.internal.compiler.ISourceElementRequestor
ISourceElementRequestor.FieldInfo, ISourceElementRequestor.MethodInfo, ISourceElementRequestor.ModuleInfo, ISourceElementRequestor.PackageExportInfo, ISourceElementRequestor.ParameterInfo, ISourceElementRequestor.RequiresInfo, ISourceElementRequestor.ServicesInfo, ISourceElementRequestor.TypeInfo, ISourceElementRequestor.TypeParameterInfo -
Feldübersicht
Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
fAbort, fBuildingCU, fBuildingType, fDocument, fFieldCount, fLineStartPositions, fNode, fStack -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidacceptImport(int declarationStart, int declarationEnd, int nameStart, int nameEnd, char[][] tokens, boolean onDemand, int modifiers) Veraltet.voidacceptPackage(ImportReference importReference) Veraltet.voidacceptProblem(CategorizedProblem problem) Veraltet.Does nothing.createCompilationUnit(String sourceCode, String name) Veraltet.createCompilationUnit(ICompilationUnit compilationUnit) Veraltet.protected voidVeraltet.Creates a new DOMMethod and inizializes.voidenterConstructor(ISourceElementRequestor.MethodInfo methodInfo) Veraltet.voidenterField(ISourceElementRequestor.FieldInfo fieldInfo) Veraltet.voidenterInitializer(int declarationSourceStart, int modifiers) Veraltet.voidenterMethod(ISourceElementRequestor.MethodInfo methodInfo) Veraltet.voidenterType(ISourceElementRequestor.TypeInfo typeInfo) Veraltet.voidexitConstructor(int declarationEnd) Veraltet.Finishes the configuration of the method DOM object which was created by a previous enterConstructor call.voidexitField(int initializationStart, int declarationEnd, int declarationSourceEnd) Veraltet.voidexitInitializer(int declarationEnd) Veraltet.protected voidexitMember(int declarationEnd) Veraltet.Finishes the configuration of the member.voidexitMethod(int declarationEnd, Expression defaultValue) Veraltet.voidexitRecordComponent(int declarationEnd, int declarationSourceEnd) Veraltet.voidexitType(int declarationEnd) Veraltet.protected SourceElementParserVeraltet.Creates a new parser.Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.jdom.AbstractDOMBuilder
acceptLineSeparatorPositions, addChild, createCompilationUnit, enterCompilationUnit, exitCompilationUnit, exitType, getLineStart, initializeBuildVon Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.util.ReferenceInfoAdapter
acceptAnnotationTypeReference, acceptAnnotationTypeReference, acceptConstructorReference, acceptFieldReference, acceptMethodReference, acceptTypeReference, acceptTypeReference, acceptUnknownReference, acceptUnknownReferenceVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.aspectj.org.eclipse.jdt.internal.compiler.ISourceElementRequestor
acceptAnnotationTypeReference, acceptAnnotationTypeReference, acceptConstructorReference, acceptFieldReference, acceptLineSeparatorPositions, acceptMethodReference, acceptTypeReference, acceptTypeReference, acceptUnknownReference, acceptUnknownReference, enterCompilationUnit, enterModule, exitCompilationUnit, exitModule
-
Konstruktordetails
-
SimpleDOMBuilder
public SimpleDOMBuilder()Veraltet.
-
-
Methodendetails
-
acceptProblem
Veraltet.Does nothing.- Angegeben von:
acceptProblemin SchnittstelleISourceElementRequestor
-
acceptImport
public void acceptImport(int declarationStart, int declarationEnd, int nameStart, int nameEnd, char[][] tokens, boolean onDemand, int modifiers) Veraltet.- Angegeben von:
acceptImportin SchnittstelleISourceElementRequestor- Parameter:
declarationStart- This is the position of the first character of the import keyword.declarationEnd- This is the position of the ';' ending the import statement or the end of the comment following the import.nameStart- This is the position of the first character of the import declaration's name.nameEnd- This is the position of the last character of the import declaration's name.tokens- This are the tokens of the import like specified in the source.onDemand- set to true if the import is an import on demand (e.g. import java.io.*). False otherwise.modifiers- can be set to static from 1.5 on.
-
acceptPackage
Veraltet.- Angegeben von:
acceptPackagein SchnittstelleISourceElementRequestor
-
createCompilationUnit
Veraltet. -
createCompilationUnit
Veraltet.- Setzt außer Kraft:
createCompilationUnitin KlasseAbstractDOMBuilder- Siehe auch:
-
enterAbstractMethod
Veraltet.Creates a new DOMMethod and inizializes. -
enterConstructor
Veraltet.- Angegeben von:
enterConstructorin SchnittstelleISourceElementRequestor
-
enterField
Veraltet.- Angegeben von:
enterFieldin SchnittstelleISourceElementRequestor
-
enterInitializer
public void enterInitializer(int declarationSourceStart, int modifiers) Veraltet.- Angegeben von:
enterInitializerin SchnittstelleISourceElementRequestor
-
enterMethod
Veraltet.- Angegeben von:
enterMethodin SchnittstelleISourceElementRequestor
-
enterType
Veraltet.- Angegeben von:
enterTypein SchnittstelleISourceElementRequestor
-
exitConstructor
public void exitConstructor(int declarationEnd) Veraltet.Finishes the configuration of the method DOM object which was created by a previous enterConstructor call.- Angegeben von:
exitConstructorin SchnittstelleISourceElementRequestor- Siehe auch:
-
exitField
public void exitField(int initializationStart, int declarationEnd, int declarationSourceEnd) Veraltet.- Angegeben von:
exitFieldin SchnittstelleISourceElementRequestor
-
exitInitializer
public void exitInitializer(int declarationEnd) Veraltet.- Angegeben von:
exitInitializerin SchnittstelleISourceElementRequestor
-
exitMember
protected void exitMember(int declarationEnd) Veraltet.Finishes the configuration of the member.- Parameter:
declarationEnd- - a source position corresponding to the end of the method declaration. This can include whitespace and comments following the closing bracket.
-
exitMethod
Veraltet.- Angegeben von:
exitMethodin SchnittstelleISourceElementRequestor
-
exitType
public void exitType(int declarationEnd) Veraltet.- Angegeben von:
exitTypein SchnittstelleISourceElementRequestor- Parameter:
declarationEnd- - a source position corresponding to the end of the class declaration. This can include whitespace and comments following the closing bracket.- Siehe auch:
-
getParser
Veraltet.Creates a new parser. -
exitRecordComponent
public void exitRecordComponent(int declarationEnd, int declarationSourceEnd) Veraltet.- Angegeben von:
exitRecordComponentin SchnittstelleISourceElementRequestor
-