Token
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.token
- Platforms: .NET, .NET Standard 2.0, Island
-
Ancestry:
constructor
constructor
Token()
init()
Sub New()
constructor (Int64)
Parameters:
- aValue:
Equals override virtual
func Equals(value interface{}) Boolean
Parameters:
- value:
GetHashCode override virtual
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
IsKeyword
method IsKeyword: bool
bool IsKeyword()
func IsKeyword() -> bool
func IsKeyword() bool
Function IsKeyword() As bool
IsLiteral
method IsLiteral: bool
bool IsLiteral()
func IsLiteral() -> bool
func IsLiteral() bool
Function IsLiteral() As bool
IsOperator
method IsOperator: bool
bool IsOperator()
func IsOperator() -> bool
func IsOperator() bool
Function IsOperator() As bool
Precedence
method Precedence: int
int Precedence()
func Precedence() -> int
func Precedence() int
Function Precedence() As int
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
Value
constructor
constructor
Token()
init()
Sub New()
constructor (Int64)
Parameters:
- aValue:
Equals override virtual
func Equals(value interface{}) Boolean
Parameters:
- value:
GetHashCode override virtual
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
IsKeyword
method IsKeyword: bool
bool IsKeyword()
func IsKeyword() -> bool
func IsKeyword() bool
Function IsKeyword() As bool
IsLiteral
method IsLiteral: bool
bool IsLiteral()
func IsLiteral() -> bool
func IsLiteral() bool
Function IsLiteral() As bool
IsOperator
method IsOperator: bool
bool IsOperator()
func IsOperator() -> bool
func IsOperator() bool
Function IsOperator() As bool
Precedence
method Precedence: int
int Precedence()
func Precedence() -> int
func Precedence() int
Function Precedence() As int
String