Constructs an instance.paramtype {@code non-null;} the type constant for the defining class of the reference if (type == null) { throw new NullPointerException("type == null"); } this.type = type;
if (type == null) { throw new NullPointerException("type == null"); } this.type = type;
{@inheritDoc} TypeIdsSection typeIds = file.getTypeIds(); typeIds.intern(type);
TypeIdsSection typeIds = file.getTypeIds(); typeIds.intern(type);
Gets the type constant for the defining class of the reference.return{@code non-null;} the type constant return type;
return type;