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

Datei anzeigen Open project: NexusMods/NexusModManager-4.5

Public Properties

Property Type Description
NewLine Token
Null Token
keyword Keywords
token string
type TokenType
utoken string

Public Methods

Method 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 method

public IsFlowControl ( ) : bool
return bool

IsKeyword() public method

public IsKeyword ( Keywords k ) : bool
k Keywords
return bool

IsSymbol() public method

public IsSymbol ( string s ) : bool
s string
return bool

IsType() public method

public IsType ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

Token() public method

public Token ( TokenType type, Keywords keyword ) : System
type TokenType
keyword Keywords
return System

Token() public method

public Token ( TokenType type, string token ) : System
type TokenType
token string
return System

Token() public method

public Token ( TokenType type, string ltoken, string token ) : System
type TokenType
ltoken string
token string
return System

Property Details

NewLine public_oe static_oe property

public static Token,Nexus.Client.Games.Gamebryo.Tools.TESsnip.ScriptCompiler NewLine
return Token

Null public_oe static_oe property

public static Token,Nexus.Client.Games.Gamebryo.Tools.TESsnip.ScriptCompiler Null
return Token

keyword public_oe property

public Keywords keyword
return Keywords

token public_oe property

public string token
return string

type public_oe property

public TokenType type
return TokenType

utoken public_oe property

public string utoken
return string