类 KotlinTypeParameterFlags

  • 所有已实现的接口:
    KotlinFlags

    public class KotlinTypeParameterFlags
    extends java.lang.Object
    implements KotlinFlags
    Flags for Kotlin type parameters.
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      boolean isReified
      Signifies that the corresponding type parameter is `reified`.
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • isReified

        public boolean isReified
        Signifies that the corresponding type parameter is `reified`.
    • 构造器详细资料

      • KotlinTypeParameterFlags

        public KotlinTypeParameterFlags()