Token Derived Type

type, public :: Token


Contents


Components

TypeVisibilityAttributesNameInitial
integer, public :: tokenIndex
character(len=48), public :: tokenString
integer, public :: tokenType

Type-Bound Procedures

procedure, public :: Copy

  • public function Copy(this) result(that)

    Arguments

    TypeIntentOptionalAttributesName
    class(Token) :: this

    Return Value type(Token)