C# Class StructDeclaration, pinac

Inheritance: Element
Afficher le fichier Open project: shranjan/pinac Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Accept ( Visitor, visitor ) : void
visitor Visitor,
Résultat void

getName() public méthode

public getName ( ) : VariableElement,
Résultat VariableElement,

getType() public méthode

public getType ( ) : String
Résultat String

getVar() public méthode

public getVar ( ) : Hashtable
Résultat Hashtable

getVar() public méthode

public getVar ( ) : VariableElement,
Résultat VariableElement,

getVarType() public méthode

public getVarType ( ) : List
Résultat List

getVarType() public méthode

public getVarType ( ) : List
Résultat List

setName() public méthode

public setName ( VariableElement, text ) : void
text VariableElement,
Résultat void

setType() public méthode

public setType ( String type ) : void
type String
Résultat void

setVar() public méthode

public setVar ( ) : void
Résultat void

setVar() public méthode

public setVar ( VariableElement, var ) : void
var VariableElement,
Résultat void

setVarType() public méthode

public setVarType ( ScalarVariableDeclaration, var ) : void
var ScalarVariableDeclaration,
Résultat void

setVarType() public méthode

public setVarType ( StructVariableDeclaration, var ) : void
var StructVariableDeclaration,
Résultat void