Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Token) | :: | this |
function Copy(this) result(that)
class(Token) :: this
type(Token) :: that
that%tokenString = this%tokenString
that%tokenType = this%tokenType
that%tokenIndex = this%tokenIndex
endfunction Copy