C# 클래스 FunctionElement, pinac

상속: Element
파일 보기 프로젝트 열기: shranjan/pinac 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( Visitor, visitor ) : void
getArguments ( ) : List
getBody ( ) : List
getParameter ( ) : List
getfunctionname ( ) : Element,
getfunctionname ( ) : VariableElement,
getreturntype ( ) : Element,
getreturntype ( ) : String
setArguments ( DeclarationElement, decElem ) : void
setBody ( Element, mbody ) : void
setParameter ( DeclarationElement, decElem ) : void
setfunctionname ( Element, mfunctionname ) : void
setfunctionname ( VariableElement, mfunctionname ) : void
setreturntype ( Element, mreturntype ) : void
setreturntype ( String mreturntype ) : void

메소드 상세

Accept() 공개 메소드

public Accept ( Visitor, visitor ) : void
visitor Visitor,
리턴 void

getArguments() 공개 메소드

public getArguments ( ) : List
리턴 List

getBody() 공개 메소드

public getBody ( ) : List
리턴 List

getParameter() 공개 메소드

public getParameter ( ) : List
리턴 List

getfunctionname() 공개 메소드

public getfunctionname ( ) : Element,
리턴 Element,

getfunctionname() 공개 메소드

public getfunctionname ( ) : VariableElement,
리턴 VariableElement,

getreturntype() 공개 메소드

public getreturntype ( ) : Element,
리턴 Element,

getreturntype() 공개 메소드

public getreturntype ( ) : String
리턴 String

setArguments() 공개 메소드

public setArguments ( DeclarationElement, decElem ) : void
decElem DeclarationElement,
리턴 void

setBody() 공개 메소드

public setBody ( Element, mbody ) : void
mbody Element,
리턴 void

setParameter() 공개 메소드

public setParameter ( DeclarationElement, decElem ) : void
decElem DeclarationElement,
리턴 void

setfunctionname() 공개 메소드

public setfunctionname ( Element, mfunctionname ) : void
mfunctionname Element,
리턴 void

setfunctionname() 공개 메소드

public setfunctionname ( VariableElement, mfunctionname ) : void
mfunctionname VariableElement,
리턴 void

setreturntype() 공개 메소드

public setreturntype ( Element, mreturntype ) : void
mreturntype Element,
리턴 void

setreturntype() 공개 메소드

public setreturntype ( String mreturntype ) : void
mreturntype String
리턴 void