C# Class Microsoft.R.Core.Formatting.FormattingScopeStack

Represents stack of formatting scopes. Formatting scope defines indentation level which is typically based upon { } blocks.
Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
FormattingScopeStack ( ) : System.Collections.Generic
OpenScope ( FormattingScope scope ) : void
TryCloseScope ( int tokenIndex ) : void

Method Details

FormattingScopeStack() public method

public FormattingScopeStack ( ) : System.Collections.Generic
return System.Collections.Generic

OpenScope() public method

public OpenScope ( FormattingScope scope ) : void
scope FormattingScope
return void

TryCloseScope() public method

public TryCloseScope ( int tokenIndex ) : void
tokenIndex int
return void