|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SuperReference in org.eclipse.jdt.internal.codeassist.complete |
---|
Methods in org.eclipse.jdt.internal.codeassist.complete with parameters of type SuperReference | |
---|---|
void |
CompletionNodeDetector.endVisit(SuperReference superReference,
BlockScope scope)
|
boolean |
CompletionNodeDetector.visit(SuperReference superReference,
BlockScope scope)
|
Uses of SuperReference in org.eclipse.jdt.internal.codeassist.select |
---|
Subclasses of SuperReference in org.eclipse.jdt.internal.codeassist.select | |
---|---|
class |
SelectionOnSuperReference
|
Uses of SuperReference in org.eclipse.jdt.internal.compiler |
---|
Methods in org.eclipse.jdt.internal.compiler with parameters of type SuperReference | |
---|---|
void |
ASTVisitor.endVisit(SuperReference superReference,
BlockScope scope)
|
boolean |
ASTVisitor.visit(SuperReference superReference,
BlockScope scope)
|
Uses of SuperReference in org.eclipse.jdt.internal.eval |
---|
Subclasses of SuperReference in org.eclipse.jdt.internal.eval | |
---|---|
class |
CodeSnippetSuperReference
A 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). |
Uses of SuperReference in org.eclipse.jdt.internal.formatter |
---|
Methods in org.eclipse.jdt.internal.formatter with parameters of type SuperReference | |
---|---|
boolean |
CodeFormatterVisitor.visit(SuperReference superReference,
BlockScope scope)
|
Uses of SuperReference in org.jmlspecs.eclipse.jdt.internal.esc2 |
---|
Methods in org.jmlspecs.eclipse.jdt.internal.esc2 with parameters of type SuperReference | |
---|---|
boolean |
PrintVisitor.visit(SuperReference superReference,
BlockScope scope)
Deprecated. |
Uses of SuperReference in org.jmlspecs.jml4.fspv |
---|
Methods in org.jmlspecs.jml4.fspv with parameters of type SuperReference | |
---|---|
void |
TraceAstVisitor.endVisit(SuperReference superReference,
BlockScope scope)
|
boolean |
TraceAstVisitor.visit(SuperReference superReference,
BlockScope scope)
|
Uses of SuperReference in org.jmlspecs.jml4.rac |
---|
Methods in org.jmlspecs.jml4.rac with parameters of type SuperReference | |
---|---|
void |
JavaAstVisitor.endVisit(SuperReference superReference,
BlockScope scope)
|
void |
DefaultRacAstVisitor.endVisit(SuperReference superReference,
BlockScope scope)
|
void |
AstDirtyBitsRetriever.endVisit(SuperReference superReference,
BlockScope scope)
|
void |
AstDirtyBitsRestorer.endVisit(SuperReference superReference,
BlockScope scope)
|
boolean |
JavaAstVisitor.visit(SuperReference superReference,
BlockScope scope)
Used in the definitions of instance methods. |
boolean |
DefaultRacAstVisitor.visit(SuperReference superReference,
BlockScope scope)
|
boolean |
AstDirtyBitsRetriever.visit(SuperReference superReference,
BlockScope scope)
|
boolean |
AstDirtyBitsRestorer.visit(SuperReference superReference,
BlockScope scope)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |