org.scalameta.explore.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common_2.11 Show documentation
Show all versions of common_2.11 Show documentation
Bag of private and public helpers used in scala.meta's APIs and implementations
The newest version!
package org.scalameta
import scala.language.experimental.macros
package object explore {
def wildcardImportStatics(packageName: String): List[String] =
macro ExploreMacros.wildcardImportStaticsImpl
def allStatics(packageName: String): List[String] = macro ExploreMacros.allStaticsImpl
def extensionSurface(packageName: String): List[String] = macro ExploreMacros.extensionSurfaceImpl
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy