C# Class VectorVariableDeclaration, pinac

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

Méthodes publiques

Méthode Description
Accept ( Visitor, visitor ) : void
addValue ( Element, val ) : void
getList ( ) : List
getRange ( ) : IntegerElement,
getText ( ) : VariableElement,
getType ( ) : String
getdoubleValue ( ) : List
getdoubleValueat ( int loc ) : double
getintValue ( ) : List
getintValueat ( int loc ) : int
setDoubleVector ( List vector ) : bool
setIntVector ( List vector ) : bool
setRange ( IntegerElement, val ) : void
setText ( VariableElement, val ) : void
setType ( String type ) : void
setValue ( ) : void
setdoubleValueat ( int loc, double value ) : void
setintValueat ( int loc, int value ) : void

Method Details

Accept() public méthode

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

addValue() public méthode

public addValue ( Element, val ) : void
val Element,
Résultat void

getList() public méthode

public getList ( ) : List
Résultat List

getRange() public méthode

public getRange ( ) : IntegerElement,
Résultat IntegerElement,

getText() public méthode

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

getType() public méthode

public getType ( ) : String
Résultat String

getdoubleValue() public méthode

public getdoubleValue ( ) : List
Résultat List

getdoubleValueat() public méthode

public getdoubleValueat ( int loc ) : double
loc int
Résultat double

getintValue() public méthode

public getintValue ( ) : List
Résultat List

getintValueat() public méthode

public getintValueat ( int loc ) : int
loc int
Résultat int

setDoubleVector() public méthode

public setDoubleVector ( List vector ) : bool
vector List
Résultat bool

setIntVector() public méthode

public setIntVector ( List vector ) : bool
vector List
Résultat bool

setRange() public méthode

public setRange ( IntegerElement, val ) : void
val IntegerElement,
Résultat void

setText() public méthode

public setText ( VariableElement, val ) : void
val VariableElement,
Résultat void

setType() public méthode

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

setValue() public méthode

public setValue ( ) : void
Résultat void

setdoubleValueat() public méthode

public setdoubleValueat ( int loc, double value ) : void
loc int
value double
Résultat void

setintValueat() public méthode

public setintValueat ( int loc, int value ) : void
loc int
value int
Résultat void