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)
// .NET, .NET Standard 2.0
constructor(aValue: Int64)
// Island
constructor(aValue: int)
// .NET, .NET Standard 2.0
Token(Int64 aValue)
// Island
Token(int aValue)
// .NET, .NET Standard 2.0
init(_ aValue: Int64)
// Island
init(_ aValue: int)
// .NET, .NET Standard 2.0
Sub New(aValue As Int64)
// Island
Sub New(aValue As int)
Parameters:
- aValue:
Equals
method Equals(value: Object): Boolean
Boolean Equals(Object value)
func Equals(_ value: Object) -> Boolean
func Equals(value interface{}) Boolean
Function Equals(value As Object) As Boolean
Parameters:
- value:
GetHashCode
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
var Value: int;
int Value
var Value: int
Value int
FIELD Value() As int
Value
var Value: int;
int Value
var Value: int
Value int
FIELD Value() As int
constructor
constructor
Token()
init()
Sub New()
constructor (Int64)
// .NET, .NET Standard 2.0
constructor(aValue: Int64)
// Island
constructor(aValue: int)
// .NET, .NET Standard 2.0
Token(Int64 aValue)
// Island
Token(int aValue)
// .NET, .NET Standard 2.0
init(_ aValue: Int64)
// Island
init(_ aValue: int)
// .NET, .NET Standard 2.0
Sub New(aValue As Int64)
// Island
Sub New(aValue As int)
Parameters:
- aValue:
Equals
method Equals(value: Object): Boolean
Boolean Equals(Object value)
func Equals(_ value: Object) -> Boolean
func Equals(value interface{}) Boolean
Function Equals(value As Object) As Boolean
Parameters:
- value:
GetHashCode
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