C# 클래스 ApiParser.ApiParser

파일 보기 프로젝트 열기: JetBrains/resharper-unity 1 사용 예제들

공개 메소드들

메소드 설명
ApiParser ( UnityApi api, string scriptReferenceRelativePath ) : System
ExportTo ( XmlTextWriter writer ) : void
ParseFolder ( string path, System.Version apiVersion ) : void

비공개 메소드들

메소드 설명
OnProgress ( [ e ) : void
ParseDetailsFromExample ( string messageName, ApiNode example, string owningMessageNamespace ) : string[]>.Tuple
ParseFile ( string filename, System.Version apiVersion ) : void
ParseMessage ( ApiNode message, System.Version apiVersion, string hintNamespace ) : UnityApiEventFunction
ParseMessageParameters ( [ arguments, [ parameters ) : void
ParseParameters ( UnityApiEventFunction eventFunction, ApiNode signature, ApiNode details, string owningMessageNamespace, string argumentNames ) : void
PickExample ( [ details ) : ApiNode
PickExample ( [ details, [ type ) : ApiNode
ResolveArguments ( [ details, [ arguments, string argumentNames ) : void

메소드 상세

ApiParser() 공개 메소드

public ApiParser ( UnityApi api, string scriptReferenceRelativePath ) : System
api UnityApi
scriptReferenceRelativePath string
리턴 System

ExportTo() 공개 메소드

public ExportTo ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
리턴 void

ParseFolder() 공개 메소드

public ParseFolder ( string path, System.Version apiVersion ) : void
path string
apiVersion System.Version
리턴 void