C# Class StructVariableDeclaration, pinac

Inheritance: Element
Mostra file Open project: shranjan/pinac Class Usage Examples

Public Methods

Method Description
Accept ( Visitor, visitor ) : void
getType ( ) : String
getVar ( ) : VariableElement,
setType ( String type ) : void
setVar ( VariableElement, var ) : void

Method Details

Accept() public method

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

getType() public method

public getType ( ) : String
return String

getVar() public method

public getVar ( ) : VariableElement,
return VariableElement,

setType() public method

public setType ( String type ) : void
type String
return void

setVar() public method

public setVar ( VariableElement, var ) : void
var VariableElement,
return void