public interface DeclarationProvider
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JetDeclaration> |
getAllDeclarations() |
java.util.Collection<JetClassOrObject> |
getClassOrObjectDeclarations(Name name) |
java.util.Collection<JetNamedFunction> |
getFunctionDeclarations(Name name) |
java.util.Collection<JetProperty> |
getPropertyDeclarations(Name name) |
java.util.List<JetDeclaration> getAllDeclarations()
@NotNull java.util.Collection<JetNamedFunction> getFunctionDeclarations(@NotNull Name name)
@NotNull java.util.Collection<JetProperty> getPropertyDeclarations(@NotNull Name name)
@NotNull java.util.Collection<JetClassOrObject> getClassOrObjectDeclarations(@NotNull Name name)