|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.java.JavaBridgeConfiguration
public class JavaBridgeConfiguration
| Field Summary | |
|---|---|
static java.util.List<ImportPath> |
ALL_JAVA_IMPORTS
|
static java.util.List<ImportPath> |
DEFAULT_JAVA_IMPORTS
|
| Fields inherited from interface org.jetbrains.jet.lang.ModuleConfiguration |
|---|
EMPTY |
| Constructor Summary | |
|---|---|
JavaBridgeConfiguration()
|
|
| Method Summary | |
|---|---|
void |
extendNamespaceScope(BindingTrace trace,
NamespaceDescriptor namespaceDescriptor,
WritableScope namespaceMemberScope)
This method is called every time a namespace descriptor is created. |
void |
setJavaSemanticServices(JavaSemanticServices javaSemanticServices)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.util.List<ImportPath> DEFAULT_JAVA_IMPORTS
public static final java.util.List<ImportPath> ALL_JAVA_IMPORTS
| Constructor Detail |
|---|
public JavaBridgeConfiguration()
| Method Detail |
|---|
@Inject
public void setJavaSemanticServices(@NotNull
JavaSemanticServices javaSemanticServices)
public void extendNamespaceScope(@NotNull
BindingTrace trace,
@NotNull
NamespaceDescriptor namespaceDescriptor,
@NotNull
WritableScope namespaceMemberScope)
ModuleConfiguration
extendNamespaceScope in interface ModuleConfiguration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||