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

Show file 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 static property

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

Null public static property

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

keyword public property

public Keywords keyword
return Keywords

token public property

public string token
return string

type public property

public TokenType type
return TokenType

utoken public property

public string utoken
return string