C# Class ScalarArgument, pinac

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

Méthodes publiques

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

Method Details

Accept() public méthode

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

gettype() public méthode

public gettype ( ) : String
Résultat String

getvariable() public méthode

public getvariable ( ) : Element,
Résultat Element,

settype() public méthode

public settype ( String mtype ) : void
mtype String
Résultat void

setvariable() public méthode

public setvariable ( Element, mvariable ) : void
mvariable Element,
Résultat void