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

Settings for formatting of { } scope.
Inheritance: IDisposable
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FormattingScope ( ) : System
FormattingScope ( TextBuilder tb, TokenStream tokens, int openBraceTokenIndex, Microsoft.R.Core.Formatting.RFormatOptions options, BraceHandler braceHandler ) : System

Private Methods

Méthode Description
CurrentLineIndent ( TextBuilder tb ) : int
FindMatchingCloseBrace ( TokenStream tokens, int openBraceTokenIndex ) : int

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FormattingScope() public méthode

public FormattingScope ( ) : System
Résultat System

FormattingScope() public méthode

public FormattingScope ( TextBuilder tb, TokenStream tokens, int openBraceTokenIndex, Microsoft.R.Core.Formatting.RFormatOptions options, BraceHandler braceHandler ) : System
tb Microsoft.Languages.Core.Formatting.TextBuilder
tokens TokenStream
openBraceTokenIndex int
options Microsoft.R.Core.Formatting.RFormatOptions
braceHandler BraceHandler
Résultat System