Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_explorer), | intent(inout) | :: | this | |||
logical, | intent(in) | :: | allowStoreCodeDebug |
elemental pure subroutine set_allowStoreCodeDebug(this, allowStoreCodeDebug)
class(compiler_explorer), intent(inout) :: this
logical, intent(in) :: allowStoreCodeDebug
this%allowStoreCodeDebug = allowStoreCodeDebug
end subroutine set_allowStoreCodeDebug