C# 클래스 Irony.Compiler.CodeOutlineFilter

상속: TokenFilter
파일 보기 프로젝트 열기: Zepheus/Fiesta_Utils

공개 메소드들

메소드 설명
BeginFiltering ( Irony.Compiler.CompilerContext context, IEnumerable tokens ) : IEnumerable
CodeOutlineFilter ( bool trackIndents ) : System

비공개 메소드들

메소드 설명
CreateSpecialToken ( Terminal term, Irony.Compiler.CompilerContext context, SourceLocation location ) : Token

메소드 상세

BeginFiltering() 공개 메소드

public BeginFiltering ( Irony.Compiler.CompilerContext context, IEnumerable tokens ) : IEnumerable
context Irony.Compiler.CompilerContext
tokens IEnumerable
리턴 IEnumerable

CodeOutlineFilter() 공개 메소드

public CodeOutlineFilter ( bool trackIndents ) : System
trackIndents bool
리턴 System