C# Class ScalarArgument, pinac

Inheritance: Element
显示文件 Open project: shranjan/pinac Class Usage Examples

Public Methods

Method Description
Accept ( Visitor, visitor ) : void
gettype ( ) : String
getvariable ( ) : Element,
settype ( String mtype ) : void
setvariable ( Element, mvariable ) : void

Method Details

Accept() public method

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

gettype() public method

public gettype ( ) : String
return String

getvariable() public method

public getvariable ( ) : Element,
return Element,

settype() public method

public settype ( String mtype ) : void
mtype String
return void

setvariable() public method

public setvariable ( Element, mvariable ) : void
mvariable Element,
return void