Show / Hide Table of Contents

Class TokenUtils

Provides utility methods for working with tokens.

Inheritance
object
TokenUtils
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VM.Parser
Assembly: VM.dll
Syntax
public static class TokenUtils

Methods

TokenToString(TokenType)

Converts a token type to a human-readable string (for operators).

Declaration
public static string TokenToString(TokenType type)
Parameters
Type Name Description
TokenType type
Returns
Type Description
string
In this article
Back to top Generated by DocFX