C# Class Reinforced.Typings.Location

Identifies where current export is performed in terms of AST. Context.Location could be used to conditionally add members to different places of generated source code
Mostra file Open project: reinforced/Reinforced.Typings Class Usage Examples

Public Methods

Method Description
ResetLocation ( RtNode location ) : void

Sets current location

SetLocation ( RtNode location ) : void

Sets current location

Method Details

ResetLocation() public method

Sets current location
public ResetLocation ( RtNode location ) : void
location RtNode
return void

SetLocation() public method

Sets current location
public SetLocation ( RtNode location ) : void
location RtNode
return void