Package arrow. meta. plugins. analysis. java. ast. types
Types
Java Type
Link copied to clipboard
Java Type Constructor
Link copied to clipboard
class JavaTypeConstructor(ctx: AnalysisContext, impl: TypeElement) : TypeConstructor
Content copied to clipboard
Java Type Parameter Constructor
Link copied to clipboard
class JavaTypeParameterConstructor(ctx: AnalysisContext, impl: TypeParameterElement) : TypeConstructor
Content copied to clipboard
Java Type Projection
Link copied to clipboard
class JavaTypeProjection(ctx: AnalysisContext, ty: TypeMirror) : TypeProjection
Content copied to clipboard
Our Type Visitor
Link copied to clipboard