C# Class Nintenlord.Event_Assembler.Core.Code.Language.Context

显示文件 Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Public Methods

Method Description
AddLabel ( string name ) : void
AddNewScope ( ) : void
Context ( ) : System
EndScope ( ) : void
MoveToNextScope ( ) : bool
StartFromFirstScope ( ) : void
TryGetLabelOffset ( string name, int &offset ) : bool

Method Details

AddLabel() public method

public AddLabel ( string name ) : void
name string
return void

AddNewScope() public method

public AddNewScope ( ) : void
return void

Context() public method

public Context ( ) : System
return System

EndScope() public method

public EndScope ( ) : void
return void

MoveToNextScope() public method

public MoveToNextScope ( ) : bool
return bool

StartFromFirstScope() public method

public StartFromFirstScope ( ) : void
return void

TryGetLabelOffset() public method

public TryGetLabelOffset ( string name, int &offset ) : bool
name string
offset int
return bool