Package arrow. meta. plugins. analysis. java
Types
Link copied to clipboard
class AnalysisContext( val context: Context, val types: Types, val elements: Elements, val unit: CompilationUnitTree, val resolver: Resolver) : AnalysisContextWithoutResolver
Content copied to clipboard
Link copied to clipboard
open class AnalysisContextWithoutResolver( val context: Context, val types: Types, val elements: Elements)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Resolver(task: JavaCompiler.CompilationTask, unit: CompilationUnitTree)
Content copied to clipboard