Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.ThisReference
Packages that use ThisReference
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of ThisReference in org.aspectj.ajdt.internal.compiler.ast
Subclasses of ThisReference in org.aspectj.ajdt.internal.compiler.astModifier and TypeClassDescriptionclassUsed to represent super references inside of inter-type declarations. -
Uses of ThisReference in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type ThisReferenceModifier and TypeMethodDescriptionAjASTConverter.convert(ThisReference reference) ASTConverter.convert(ThisReference reference) -
Uses of ThisReference in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type ThisReferenceModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(ThisReference thisReference, BlockScope scope) booleanCompletionNodeDetector.visit(ThisReference thisReference, BlockScope scope) -
Uses of ThisReference in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Subclasses of ThisReference in org.aspectj.org.eclipse.jdt.internal.codeassist.selectModifier and TypeClassDescriptionclassclass -
Uses of ThisReference in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type ThisReferenceModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(ThisReference thisReference, BlockScope scope) voidASTVisitor.endVisit(ThisReference thisReference, ClassScope scope) booleanASTVisitor.visit(ThisReference thisReference, BlockScope scope) booleanASTVisitor.visit(ThisReference thisReference, ClassScope scope) booleanGenericAstVisitor.visit(ThisReference thisReference, BlockScope scope) booleanGenericAstVisitor.visit(ThisReference thisReference, ClassScope scope) -
Uses of ThisReference in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses of ThisReference in org.aspectj.org.eclipse.jdt.internal.compiler.astModifier and TypeClassDescriptionclassclassclassMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return ThisReference -
Uses of ThisReference in org.aspectj.org.eclipse.jdt.internal.eval
Subclasses of ThisReference in org.aspectj.org.eclipse.jdt.internal.evalModifier and TypeClassDescriptionclassA super reference inside a code snippet denotes a reference to the super type of the remote receiver object (that is, the receiver of the context in the stack frame).classA this reference inside a code snippet denotes a remote receiver object (that is, the receiver of the context in the stack frame)