findProperty

findProperty(str: String): Property;

The findProperty method of the PrimType class returns null.

This method is defined to satisfy the abstract findProperty method in the Type class. As primitive types cannot have properties, it always returns null.