C# 클래스 FlatRedBall.Glue.Parsing.ParsedMethod

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ArgumentList List
BaseCall ParsedMethod
GenericTypes List
IsOverload bool
IsStatic bool
MethodContents string
Scope Scope
Type ParsedType

공개 메소드들

메소드 설명
Clone ( ) : ParsedMethod
FillGenericRestrictions ( string lineOfCode ) : void
FillGenericRestrictions ( string lineOfCode, List GenericTypes, List ArgumentList ) : void
GetLineInformation ( string line, Scope &scope, ParsedType &type, string &variableName, bool &isConst, bool &isVirtual, bool &isOverride, bool &isStatic, bool &isNew, bool &isAsync, string &valueToAssignTo ) : void
StoreOffOldName ( ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
FillArgumentList ( ParsedMethod parsedMethod, List currentBlock, int lineIndex, bool requireTypes ) : void
FillBaseCall ( List currentBlock ) : void
FillHeaderInformation ( string headerLine ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : ParsedMethod
리턴 ParsedMethod

FillGenericRestrictions() 공개 메소드

public FillGenericRestrictions ( string lineOfCode ) : void
lineOfCode string
리턴 void

FillGenericRestrictions() 공개 정적인 메소드

public static FillGenericRestrictions ( string lineOfCode, List GenericTypes, List ArgumentList ) : void
lineOfCode string
GenericTypes List
ArgumentList List
리턴 void

GetLineInformation() 공개 정적인 메소드

public static GetLineInformation ( string line, Scope &scope, ParsedType &type, string &variableName, bool &isConst, bool &isVirtual, bool &isOverride, bool &isStatic, bool &isNew, bool &isAsync, string &valueToAssignTo ) : void
line string
scope Scope
type ParsedType
variableName string
isConst bool
isVirtual bool
isOverride bool
isStatic bool
isNew bool
isAsync bool
valueToAssignTo string
리턴 void

StoreOffOldName() 공개 메소드

public StoreOffOldName ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ArgumentList 공개적으로 프로퍼티

public List ArgumentList
리턴 List

BaseCall 공개적으로 프로퍼티

public ParsedMethod,FlatRedBall.Glue.Parsing BaseCall
리턴 ParsedMethod

GenericTypes 공개적으로 프로퍼티

public List GenericTypes
리턴 List

IsOverload 공개적으로 프로퍼티

public bool IsOverload
리턴 bool

IsStatic 공개적으로 프로퍼티

public bool IsStatic
리턴 bool

MethodContents 공개적으로 프로퍼티

public string MethodContents
리턴 string

Scope 공개적으로 프로퍼티

public Scope Scope
리턴 Scope

Type 공개적으로 프로퍼티

public ParsedType,FlatRedBall.Glue.Parsing Type
리턴 ParsedType