C# Class Irony.Compiler.CodeOutlineFilter

Inheritance: TokenFilter
Afficher le fichier Open project: Zepheus/Fiesta_Utils

Méthodes publiques

Méthode Description
BeginFiltering ( Irony.Compiler.CompilerContext context, IEnumerable tokens ) : IEnumerable
CodeOutlineFilter ( bool trackIndents ) : System

Private Methods

Méthode Description
CreateSpecialToken ( Terminal term, Irony.Compiler.CompilerContext context, SourceLocation location ) : Token

Method Details

BeginFiltering() public méthode

public BeginFiltering ( Irony.Compiler.CompilerContext context, IEnumerable tokens ) : IEnumerable
context Irony.Compiler.CompilerContext
tokens IEnumerable
Résultat IEnumerable

CodeOutlineFilter() public méthode

public CodeOutlineFilter ( bool trackIndents ) : System
trackIndents bool
Résultat System