C# 클래스 PHPAnalysis.MethodCall

상속: FunctionCall
파일 보기 프로젝트 열기: jtvn/Eir-CTLLTL 1 사용 예제들

공개 메소드들

메소드 설명
CreateFullMethodName ( string className ) : string
MethodCall ( string methodName, IList className, XmlNode astNode, int start, int end, Variable variable = null ) : System
ToString ( ) : string

메소드 상세

CreateFullMethodName() 공개 메소드

public CreateFullMethodName ( string className ) : string
className string
리턴 string

MethodCall() 공개 메소드

public MethodCall ( string methodName, IList className, XmlNode astNode, int start, int end, Variable variable = null ) : System
methodName string
className IList
astNode System.Xml.XmlNode
start int
end int
variable Variable
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string