C# Class StructDeclaration, pinac

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

Public Methods

Method Description
Accept ( Visitor, visitor ) : void
getName ( ) : VariableElement,
getType ( ) : String
getVar ( ) : Hashtable
getVar ( ) : VariableElement,
getVarType ( ) : List
getVarType ( ) : List
setName ( VariableElement, text ) : void
setType ( String type ) : void
setVar ( ) : void
setVar ( VariableElement, var ) : void
setVarType ( ScalarVariableDeclaration, var ) : void
setVarType ( StructVariableDeclaration, var ) : void

Method Details

Accept() public method

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

getName() public method

public getName ( ) : VariableElement,
return VariableElement,

getType() public method

public getType ( ) : String
return String

getVar() public method

public getVar ( ) : Hashtable
return Hashtable

getVar() public method

public getVar ( ) : VariableElement,
return VariableElement,

getVarType() public method

public getVarType ( ) : List
return List

getVarType() public method

public getVarType ( ) : List
return List

setName() public method

public setName ( VariableElement, text ) : void
text VariableElement,
return void

setType() public method

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

setVar() public method

public setVar ( ) : void
return void

setVar() public method

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

setVarType() public method

public setVarType ( ScalarVariableDeclaration, var ) : void
var ScalarVariableDeclaration,
return void

setVarType() public method

public setVarType ( StructVariableDeclaration, var ) : void
var StructVariableDeclaration,
return void