|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jdt.internal.compiler.lookup.Scope
org.eclipse.jdt.internal.compiler.lookup.ClassScope
public class ClassScope
| Field Summary | |
|---|---|
TypeDeclaration |
referenceContext
|
TypeReference |
superTypeReference
|
| Fields inherited from class org.eclipse.jdt.internal.compiler.lookup.Scope |
|---|
AUTOBOX_COMPATIBLE, BLOCK_SCOPE, CLASS_SCOPE, COMPATIBLE, COMPILATION_UNIT_SCOPE, EQUAL_OR_MORE_SPECIFIC, kind, METHOD_SCOPE, MORE_GENERIC, NOT_COMPATIBLE, NOT_RELATED, parent, VARARGS_COMPATIBLE |
| Constructor Summary | |
|---|---|
ClassScope(Scope parent,
TypeDeclaration context)
|
|
| Method Summary | |
|---|---|
void |
checkParameterizedSuperTypeCollisions()
|
void |
checkParameterizedTypeBounds()
|
boolean |
detectHierarchyCycle(TypeBinding superType,
TypeReference reference)
|
ProblemReporter |
problemReporter()
|
TypeDeclaration |
referenceType()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public TypeDeclaration referenceContext
public TypeReference superTypeReference
| Constructor Detail |
|---|
public ClassScope(Scope parent,
TypeDeclaration context)
| Method Detail |
|---|
public void checkParameterizedSuperTypeCollisions()
public void checkParameterizedTypeBounds()
public boolean detectHierarchyCycle(TypeBinding superType,
TypeReference reference)
public ProblemReporter problemReporter()
problemReporter in class Scopepublic TypeDeclaration referenceType()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||