Package proguard.classfile.kotlin
Class KotlinTypeMetadata
- java.lang.Object
-
- proguard.util.SimpleProcessable
-
- proguard.classfile.kotlin.KotlinTypeMetadata
-
- All Implemented Interfaces:
java.io.Serializable
,KotlinAnnotatable
,Processable
public class KotlinTypeMetadata extends SimpleProcessable implements Processable, KotlinAnnotatable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description KotlinTypeMetadata
abbreviation
java.lang.String
aliasName
java.util.List<KotlinAnnotation>
annotations
java.lang.String
className
KotlinTypeFlags
flags
java.lang.String
flexibilityID
boolean
isRaw
KotlinTypeMetadata
outerClassType
Clazz
referencedClass
KotlinTypeParameterMetadata
referencedParameter
KotlinTypeAliasMetadata
referencedTypeAlias
java.util.List<KotlinTypeMetadata>
typeArguments
int
typeParamID
java.util.List<KotlinTypeMetadata>
upperBounds
KotlinTypeVariance
variance
-
Fields inherited from class proguard.util.SimpleProcessable
processingFlags, processingInfo
-
-
Constructor Summary
Constructors Constructor Description KotlinTypeMetadata(KotlinTypeFlags flags)
KotlinTypeMetadata(KotlinTypeFlags flags, KotlinTypeVariance variance)
-
Method Summary
-
Methods inherited from class proguard.util.SimpleProcessable
addProcessingFlags, getProcessingFlags, getProcessingInfo, hasProcessingFlags, removeProcessingFlags, setProcessingFlags, setProcessingInfo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface proguard.util.Processable
getProcessingFlags, getProcessingInfo, setProcessingFlags, setProcessingInfo
-
-
-
-
Field Detail
-
variance
public KotlinTypeVariance variance
-
typeArguments
public java.util.List<KotlinTypeMetadata> typeArguments
-
abbreviation
public KotlinTypeMetadata abbreviation
-
className
public java.lang.String className
-
referencedClass
public Clazz referencedClass
-
typeParamID
public int typeParamID
-
referencedParameter
public KotlinTypeParameterMetadata referencedParameter
-
aliasName
public java.lang.String aliasName
-
referencedTypeAlias
public KotlinTypeAliasMetadata referencedTypeAlias
-
outerClassType
public KotlinTypeMetadata outerClassType
-
flexibilityID
public java.lang.String flexibilityID
-
upperBounds
public java.util.List<KotlinTypeMetadata> upperBounds
-
isRaw
public boolean isRaw
-
annotations
public java.util.List<KotlinAnnotation> annotations
-
flags
public KotlinTypeFlags flags
-
-
Constructor Detail
-
KotlinTypeMetadata
public KotlinTypeMetadata(KotlinTypeFlags flags)
-
KotlinTypeMetadata
public KotlinTypeMetadata(KotlinTypeFlags flags, KotlinTypeVariance variance)
-
-
Method Detail
-
accept
public void accept(Clazz clazz, KotlinClassKindMetadata kotlinClassKindMetadata, KotlinTypeVisitor kotlinTypeVisitor)
-
underlyingPropertyTypeAccept
public void underlyingPropertyTypeAccept(Clazz clazz, KotlinClassKindMetadata kotlinClassKindMetadata, KotlinTypeVisitor kotlinTypeVisitor)
-
upperBoundsAccept
public void upperBoundsAccept(Clazz clazz, KotlinTypeVisitor kotlinTypeVisitor)
-
typeArgumentsAccept
public void typeArgumentsAccept(Clazz clazz, KotlinTypeVisitor kotlinTypeVisitor)
-
outerClassAccept
public void outerClassAccept(Clazz clazz, KotlinTypeVisitor kotlinTypeVisitor)
-
abbreviationAccept
public void abbreviationAccept(Clazz clazz, KotlinTypeVisitor kotlinTypeVisitor)
-
accept
public void accept(Clazz clazz, KotlinTypeParameterMetadata boundedTypeParameter, KotlinTypeVisitor kotlinTypeVisitor)
-
annotationsAccept
public void annotationsAccept(Clazz clazz, KotlinAnnotationVisitor kotlinAnnotationVisitor)
- Specified by:
annotationsAccept
in interfaceKotlinAnnotatable
-
referencedClassAccept
public void referencedClassAccept(ClassVisitor classVisitor)
-
referencedTypeAliasAccept
public void referencedTypeAliasAccept(Clazz clazz, KotlinTypeAliasVisitor kotlinTypeAliasVisitor)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
starProjection
public static KotlinTypeMetadata starProjection()
-
isStarProjection
public boolean isStarProjection()
-
-