classUrl property
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;
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.
final TypeLink classUrl;