Class KotlinTypeParameterFlags

  • All Implemented Interfaces:
    KotlinFlags

    public class KotlinTypeParameterFlags
    extends java.lang.Object
    implements KotlinFlags
    Flags for Kotlin type parameters.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean isReified
      Signifies that the corresponding type parameter is `reified`.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • isReified

        public boolean isReified
        Signifies that the corresponding type parameter is `reified`.
    • Constructor Detail

      • KotlinTypeParameterFlags

        public KotlinTypeParameterFlags()