C# Class VectorVariableDeclaration, pinac

Inheritance: Element
ファイルを表示 Open project: shranjan/pinac Class Usage Examples

Public Methods

Method 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 method

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

addValue() public method

public addValue ( Element, val ) : void
val Element,
return void

getList() public method

public getList ( ) : List
return List

getRange() public method

public getRange ( ) : IntegerElement,
return IntegerElement,

getText() public method

public getText ( ) : VariableElement,
return VariableElement,

getType() public method

public getType ( ) : String
return String

getdoubleValue() public method

public getdoubleValue ( ) : List
return List

getdoubleValueat() public method

public getdoubleValueat ( int loc ) : double
loc int
return double

getintValue() public method

public getintValue ( ) : List
return List

getintValueat() public method

public getintValueat ( int loc ) : int
loc int
return int

setDoubleVector() public method

public setDoubleVector ( List vector ) : bool
vector List
return bool

setIntVector() public method

public setIntVector ( List vector ) : bool
vector List
return bool

setRange() public method

public setRange ( IntegerElement, val ) : void
val IntegerElement,
return void

setText() public method

public setText ( VariableElement, val ) : void
val VariableElement,
return void

setType() public method

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

setValue() public method

public setValue ( ) : void
return void

setdoubleValueat() public method

public setdoubleValueat ( int loc, double value ) : void
loc int
value double
return void

setintValueat() public method

public setintValueat ( int loc, int value ) : void
loc int
value int
return void