Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.SuperReference
Packages that use SuperReference
Package
Description
-
Uses of SuperReference in org.aspectj.ajdt.internal.compiler.ast
Subclasses of SuperReference in org.aspectj.ajdt.internal.compiler.astModifier and TypeClassDescriptionclassUsed to represent super references inside of inter-type declarations.Constructors in org.aspectj.ajdt.internal.compiler.ast with parameters of type SuperReference -
Uses of SuperReference in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type SuperReferenceModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(SuperReference superReference, BlockScope scope) booleanCompletionNodeDetector.visit(SuperReference superReference, BlockScope scope) -
Uses of SuperReference in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Subclasses of SuperReference in org.aspectj.org.eclipse.jdt.internal.codeassist.select -
Uses of SuperReference in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type SuperReferenceModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(SuperReference superReference, BlockScope scope) booleanASTVisitor.visit(SuperReference superReference, BlockScope scope) booleanGenericAstVisitor.visit(SuperReference superReference, BlockScope scope) -
Uses of SuperReference in org.aspectj.org.eclipse.jdt.internal.eval
Subclasses of SuperReference 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).