C# Class LuaLanguage.TableFunction

Show file Open project: yujiang/vsLua Class Usage Examples

Public Properties

Property Type Description
line string

Public Methods

Method Description
GetComment ( ) : string
GetDot ( ) : char
GetFunction ( ) : string
GetFunctionParam ( ) : string
GetParam ( ) : string
GetTable ( ) : string
GetTableNext ( ) : string
TableFunction ( string l ) : System
is_const_var ( ) : bool

Method Details

GetComment() public method

public GetComment ( ) : string
return string

GetDot() public method

public GetDot ( ) : char
return char

GetFunction() public method

public GetFunction ( ) : string
return string

GetFunctionParam() public method

public GetFunctionParam ( ) : string
return string

GetParam() public method

public GetParam ( ) : string
return string

GetTable() public method

public GetTable ( ) : string
return string

GetTableNext() public method

public GetTableNext ( ) : string
return string

TableFunction() public method

public TableFunction ( string l ) : System
l string
return System

is_const_var() public method

public is_const_var ( ) : bool
return bool

Property Details

line public property

public string line
return string