classUrl property

TypeLink classUrl
final

What the type of the class of the token is.

This could be a built-in, like OpaqueToken or MultiToken, or a user created class that extends either built-in token type.

Implementation

final TypeLink classUrl;