C# Class FunctionElement, pinac

Inheritance: Element
Datei anzeigen Open project: shranjan/pinac Class Usage Examples

Public Methods

Method Description
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

Method Details

Accept() public method

public Accept ( Visitor, visitor ) : void
visitor Visitor,
return void

getArguments() public method

public getArguments ( ) : List
return List

getBody() public method

public getBody ( ) : List
return List

getParameter() public method

public getParameter ( ) : List
return List

getfunctionname() public method

public getfunctionname ( ) : Element,
return Element,

getfunctionname() public method

public getfunctionname ( ) : VariableElement,
return VariableElement,

getreturntype() public method

public getreturntype ( ) : Element,
return Element,

getreturntype() public method

public getreturntype ( ) : String
return String

setArguments() public method

public setArguments ( DeclarationElement, decElem ) : void
decElem DeclarationElement,
return void

setBody() public method

public setBody ( Element, mbody ) : void
mbody Element,
return void

setParameter() public method

public setParameter ( DeclarationElement, decElem ) : void
decElem DeclarationElement,
return void

setfunctionname() public method

public setfunctionname ( Element, mfunctionname ) : void
mfunctionname Element,
return void

setfunctionname() public method

public setfunctionname ( VariableElement, mfunctionname ) : void
mfunctionname VariableElement,
return void

setreturntype() public method

public setreturntype ( Element, mreturntype ) : void
mreturntype Element,
return void

setreturntype() public method

public setreturntype ( String mreturntype ) : void
mreturntype String
return void