class jnc.PropertyType
class PropertyType: jnc.Type { // properties bool const property m_isConst; bool const property m_isIndexed; jnc.FunctionType* const property m_getterType; jnc.FunctionType* const property m_setterType; jnc.FunctionType* const property m_binderType; // construction construct(long p); // methods jnc.PropertyPtrType* getPropertyPtrType( jnc.TypeKind typeKind = TypeKind.PropertyPtr, jnc.PropertyPtrTypeKind ptrTypeKind = PropertyPtrTypeKind.Normal, jnc.PtrTypeFlags flags = 0 ) const; };
Inherited Members
public: // properties jnc.Module* const property m_module; jnc.ModuleItemKind const property m_itemKind; uint_t const property m_flags; jnc.Type* const property m_type; jnc.TypeKind const property m_typeKind; jnc.TypeKindFlags const property m_typeKindFlags; size_t const property m_size; size_t const property m_alignment; string_t const property m_signature; string_t const property m_typeString; string_t const property m_typeStringPrefix; string_t const property m_typeStringSuffix; // methods int cmp(jnc.Type* type) const; jnc.ArrayType* getArrayType(size_t elementCount) const; jnc.DataPtrType* getDataPtrType( uint_t bitOffset, uint_t bitCount, jnc.TypeKind typeKind = TypeKind.DataPtr, jnc.DataPtrTypeKind ptrTypeKind = DataPtrTypeKind.Normal, jnc.PtrTypeFlags flags = 0 ) const; jnc.DataPtrType* getDataPtrType( jnc.TypeKind typeKind = TypeKind.DataPtr, jnc.DataPtrTypeKind ptrTypeKind = DataPtrTypeKind.Normal, jnc.PtrTypeFlags flags = 0 ) const; string_t getValueString( void const* p, string_t formatSpec = null ) const; string_t getValueString( variant_t value, string_t formatSpec = null ) const;