C# Class Nexus.Client.Games.Gamebryo.Tools.TESsnip.ScriptCompiler.Token

Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Свойство Type Description
NewLine Token
Null Token
keyword Keywords
token string
type TokenType
utoken string

Méthodes publiques

Méthode Description
IsFlowControl ( ) : bool
IsKeyword ( Keywords k ) : bool
IsSymbol ( string s ) : bool
IsType ( ) : bool
ToString ( ) : string
Token ( TokenType type, Keywords keyword ) : System
Token ( TokenType type, string token ) : System
Token ( TokenType type, string ltoken, string token ) : System

Method Details

IsFlowControl() public méthode

public IsFlowControl ( ) : bool
Résultat bool

IsKeyword() public méthode

public IsKeyword ( Keywords k ) : bool
k Keywords
Résultat bool

IsSymbol() public méthode

public IsSymbol ( string s ) : bool
s string
Résultat bool

IsType() public méthode

public IsType ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Token() public méthode

public Token ( TokenType type, Keywords keyword ) : System
type TokenType
keyword Keywords
Résultat System

Token() public méthode

public Token ( TokenType type, string token ) : System
type TokenType
token string
Résultat System

Token() public méthode

public Token ( TokenType type, string ltoken, string token ) : System
type TokenType
ltoken string
token string
Résultat System

Property Details

NewLine public_oe static_oe property

public static Token,Nexus.Client.Games.Gamebryo.Tools.TESsnip.ScriptCompiler NewLine
Résultat Token

Null public_oe static_oe property

public static Token,Nexus.Client.Games.Gamebryo.Tools.TESsnip.ScriptCompiler Null
Résultat Token

keyword public_oe property

public Keywords keyword
Résultat Keywords

token public_oe property

public string token
Résultat string

type public_oe property

public TokenType type
Résultat TokenType

utoken public_oe property

public string utoken
Résultat string