Class TokenKind
Inheritance
System.Object
TokenKind
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class TokenKind : object
Fields
|
Edit this page
View Source
ASSIGN
Declaration
public static readonly TokenKind ASSIGN
Field Value
|
Edit this page
View Source
BETWEEN
Declaration
public static readonly TokenKind BETWEEN
Field Value
|
Edit this page
View Source
COLON
Declaration
public static readonly TokenKind COLON
Field Value
|
Edit this page
View Source
COMMA
Declaration
public static readonly TokenKind COMMA
Field Value
|
Edit this page
View Source
DEC
Declaration
public static readonly TokenKind DEC
Field Value
|
Edit this page
View Source
DIV
Declaration
public static readonly TokenKind DIV
Field Value
|
Edit this page
View Source
DOT
Declaration
public static readonly TokenKind DOT
Field Value
|
Edit this page
View Source
ELVIS
Declaration
public static readonly TokenKind ELVIS
Field Value
|
Edit this page
View Source
EQ
Declaration
public static readonly TokenKind EQ
Field Value
|
Edit this page
View Source
FACTORY_SERVICE_REF
Declaration
public static readonly TokenKind FACTORY_SERVICE_REF
Field Value
|
Edit this page
View Source
GE
Declaration
public static readonly TokenKind GE
Field Value
|
Edit this page
View Source
GT
Declaration
public static readonly TokenKind GT
Field Value
|
Edit this page
View Source
HASH
Declaration
public static readonly TokenKind HASH
Field Value
|
Edit this page
View Source
IDENTIFIER
Declaration
public static readonly TokenKind IDENTIFIER
Field Value
|
Edit this page
View Source
INC
Declaration
public static readonly TokenKind INC
Field Value
|
Edit this page
View Source
INSTANCEOF
Declaration
public static readonly TokenKind INSTANCEOF
Field Value
|
Edit this page
View Source
LCURLY
Declaration
public static readonly TokenKind LCURLY
Field Value
|
Edit this page
View Source
LE
Declaration
public static readonly TokenKind LE
Field Value
|
Edit this page
View Source
LITERAL_HEXINT
Declaration
public static readonly TokenKind LITERAL_HEXINT
Field Value
|
Edit this page
View Source
LITERAL_HEXLONG
Declaration
public static readonly TokenKind LITERAL_HEXLONG
Field Value
|
Edit this page
View Source
LITERAL_INT
Declaration
public static readonly TokenKind LITERAL_INT
Field Value
|
Edit this page
View Source
LITERAL_LONG
Declaration
public static readonly TokenKind LITERAL_LONG
Field Value
|
Edit this page
View Source
LITERAL_REAL
Declaration
public static readonly TokenKind LITERAL_REAL
Field Value
|
Edit this page
View Source
LITERAL_REAL_FLOAT
Declaration
public static readonly TokenKind LITERAL_REAL_FLOAT
Field Value
|
Edit this page
View Source
LITERAL_STRING
Declaration
public static readonly TokenKind LITERAL_STRING
Field Value
|
Edit this page
View Source
LPAREN
Declaration
public static readonly TokenKind LPAREN
Field Value
|
Edit this page
View Source
LSQUARE
Declaration
public static readonly TokenKind LSQUARE
Field Value
|
Edit this page
View Source
LT
Declaration
public static readonly TokenKind LT
Field Value
|
Edit this page
View Source
MATCHES
Declaration
public static readonly TokenKind MATCHES
Field Value
|
Edit this page
View Source
MINUS
Declaration
public static readonly TokenKind MINUS
Field Value
|
Edit this page
View Source
MOD
Declaration
public static readonly TokenKind MOD
Field Value
|
Edit this page
View Source
NE
Declaration
public static readonly TokenKind NE
Field Value
|
Edit this page
View Source
NOT
Declaration
public static readonly TokenKind NOT
Field Value
|
Edit this page
View Source
PLUS
Declaration
public static readonly TokenKind PLUS
Field Value
|
Edit this page
View Source
POWER
Declaration
public static readonly TokenKind POWER
Field Value
|
Edit this page
View Source
PROJECT
Declaration
public static readonly TokenKind PROJECT
Field Value
|
Edit this page
View Source
QMARK
Declaration
public static readonly TokenKind QMARK
Field Value
|
Edit this page
View Source
RCURLY
Declaration
public static readonly TokenKind RCURLY
Field Value
|
Edit this page
View Source
RPAREN
Declaration
public static readonly TokenKind RPAREN
Field Value
|
Edit this page
View Source
RSQUARE
Declaration
public static readonly TokenKind RSQUARE
Field Value
|
Edit this page
View Source
SAFE_NAVI
Declaration
public static readonly TokenKind SAFE_NAVI
Field Value
|
Edit this page
View Source
SELECT
Declaration
public static readonly TokenKind SELECT
Field Value
|
Edit this page
View Source
SELECT_FIRST
Declaration
public static readonly TokenKind SELECT_FIRST
Field Value
|
Edit this page
View Source
SELECT_LAST
Declaration
public static readonly TokenKind SELECT_LAST
Field Value
|
Edit this page
View Source
SERVICE_REF
Declaration
public static readonly TokenKind SERVICE_REF
Field Value
|
Edit this page
View Source
STAR
Declaration
public static readonly TokenKind STAR
Field Value
|
Edit this page
View Source
SYMBOLIC_AND
Declaration
public static readonly TokenKind SYMBOLIC_AND
Field Value
|
Edit this page
View Source
SYMBOLIC_OR
Declaration
public static readonly TokenKind SYMBOLIC_OR
Field Value
Properties
|
Edit this page
View Source
HasPayload
Declaration
public bool HasPayload { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Length
Declaration
public int Length { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Ordinal
Declaration
public int Ordinal { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
TokenChars
Declaration
public char[] TokenChars { get; }
Property Value
Type |
Description |
System.Char[] |
|
Methods
|
Edit this page
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|