C# 클래스 MonoDevelop.FSharp.Resolver.NewFSharpExpressionFinder.Frame

When parsing the code, each block starting with one of the brackets "(", "[", "{" or "<" (for generics) gets an instance of Frame.
파일 보기 프로젝트 열기: vasili/FSharpBinding

Private Properties

프로퍼티 타입 설명
SetContext void
SetDefaultContext void
SetExpectedType void

공개 메소드들

메소드 설명
Frame ( ) : System
Frame ( Frame parent, char bracketType ) : System
ResetCurlyChildType ( ) : void
ResetParenthesisChildType ( ) : void
ResetSquareBracketChildType ( ) : void

비공개 메소드들

메소드 설명
SetContext ( MonoDevelop.Projects.Dom.ExpressionContext context ) : void
SetDefaultContext ( ) : void
SetExpectedType ( IReturnType expectedType ) : void

메소드 상세

Frame() 공개 메소드

public Frame ( ) : System
리턴 System

Frame() 공개 메소드

public Frame ( Frame parent, char bracketType ) : System
parent Frame
bracketType char
리턴 System

ResetCurlyChildType() 공개 메소드

public ResetCurlyChildType ( ) : void
리턴 void

ResetParenthesisChildType() 공개 메소드

public ResetParenthesisChildType ( ) : void
리턴 void

ResetSquareBracketChildType() 공개 메소드

public ResetSquareBracketChildType ( ) : void
리턴 void