|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.descriptors.annotations.AnnotatedImpl
org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorImpl
org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorNonRootImpl
org.jetbrains.jet.lang.descriptors.impl.AbstractNamespaceDescriptorImpl
org.jetbrains.jet.lang.resolve.java.descriptor.JavaNamespaceDescriptor
public class JavaNamespaceDescriptor
| Constructor Summary | |
|---|---|
JavaNamespaceDescriptor(NamespaceDescriptorParent containingDeclaration,
java.util.List<AnnotationDescriptor> annotations,
FqName qualifiedName)
|
|
| Method Summary | |
|---|---|
FqName |
getFqName()
|
JetScope |
getMemberScope()
|
void |
setMemberScope(JetScope memberScope)
|
| Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.AbstractNamespaceDescriptorImpl |
|---|
accept, addNamespace, getContainingDeclaration, substitute |
| Methods inherited from class org.jetbrains.jet.lang.descriptors.impl.DeclarationDescriptorImpl |
|---|
acceptVoid, getName, getOriginal, toString |
| Methods inherited from class org.jetbrains.jet.lang.descriptors.annotations.AnnotatedImpl |
|---|
getAnnotations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jetbrains.jet.lang.descriptors.DeclarationDescriptor |
|---|
acceptVoid, getOriginal |
| Methods inherited from interface org.jetbrains.jet.lang.descriptors.annotations.Annotated |
|---|
getAnnotations |
| Methods inherited from interface org.jetbrains.jet.lang.descriptors.Named |
|---|
getName |
| Constructor Detail |
|---|
public JavaNamespaceDescriptor(NamespaceDescriptorParent containingDeclaration,
java.util.List<AnnotationDescriptor> annotations,
@NotNull
FqName qualifiedName)
| Method Detail |
|---|
public void setMemberScope(@NotNull
JetScope memberScope)
@NotNull public JetScope getMemberScope()
@NotNull public FqName getFqName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||